Skip to content

Commit

Permalink
Drop buildmode=pie because it's not supported (duh).
Browse files Browse the repository at this point in the history
  • Loading branch information
amigus committed Sep 10, 2024
1 parent b5411b0 commit 567a68d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
id: cgo-action
uses: go-cross/cgo-actions@v1
with:
flags: -buildmode=pie -ldflags=-X 'github.com/Keeper-Security/linux-keyring-utility/cmd.Version=$(git describe --tags --always)'
static-link-for-musl: false
flags: -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 567a68d

Please sign in to comment.