Skip to content

Commit

Permalink
ci: separate platform build arg inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Aug 15, 2024
1 parent 59a4576 commit 5945fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: SiaFoundation/workflows/.github/workflows/go-publish.yml@master
secrets: inherit
with:
build-args: -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
linux-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
windows-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
macos-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w'
cgo-enabled: 1
project: walletd

0 comments on commit 5945fe8

Please sign in to comment.