Skip to content

Commit

Permalink
fix: disable cgo to get actual statically linked
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Oct 26, 2024
1 parent 19382b4 commit 54f732a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ release:
owner: ekristen
name: distillery
prerelease: auto
env:
- CGO_ENABLED=0
builds:
- id: distillery
binary: dist
Expand Down Expand Up @@ -49,7 +51,6 @@ archives:
signs:
- ids:
- default
- darwin
cmd: cosign
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
Expand Down

0 comments on commit 54f732a

Please sign in to comment.