Skip to content

Commit

Permalink
modified pie target
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed May 6, 2024
1 parent 4bdbb90 commit 88b98a7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,10 @@ jobs:
case "$GOOS-$GOARCH" in
"linux-386")
;&
"linux-arm64")
;&
"darwin-arm64")
;&
"darwin-amd64")
"linux-amd64")
;&
"android-arm64")
;&
"windows-386")
"linux-arm64")
;&
"windows-arm64")
EXTRA_ARG=EXTRA_ARG+"-buildmode=pie"
;;
esac
Expand Down

0 comments on commit 88b98a7

Please sign in to comment.