Skip to content

Commit

Permalink
enable cgo as required for pkcs11 lib (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
maditya authored Nov 6, 2023
1 parent 0ae2494 commit 6c0e7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gomod:
env:
- GO111MODULE=on
- COSIGN_YES=true
- CGO_ENABLED=1 # required for miekg/pkcs11


sboms:
Expand Down

0 comments on commit 6c0e7e4

Please sign in to comment.