Skip to content

Commit

Permalink
Add static-link-for-musl=false to fix MUSL build
Browse files Browse the repository at this point in the history
  • Loading branch information
amigus committed Sep 10, 2024
1 parent 50276a0 commit 8190fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: cgo-action
uses: go-cross/cgo-actions@v1
with:
flags: -buildmode=pie -ldflags=-w -s -X 'github.com/Keeper-Security/linux-keyring-utility/cmd.Version=$(git describe --tags --always)'
flags: -buildmode=pie -ldflags=-X 'github.com/Keeper-Security/linux-keyring-utility/cmd.Version=$(git describe --tags --always)'
targets: ${{ matrix.targets }}
output: lkru-${{ github.ref_name }}_$target$ext

Expand Down

0 comments on commit 8190fdc

Please sign in to comment.