Skip to content

Commit

Permalink
fix(sxtctl): build binaries for all platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Davenport <[email protected]>
  • Loading branch information
binocarlos committed Jan 8, 2021
1 parent e6447c6 commit fb62df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
pkg: cmd/sxtctl
dest: build
prefix: sxtctl
#targets: windows/386,windows/amd64,linux/386,linux/amd64,darwin/386,darwin/amd64
targets: linux/amd64,darwin/amd64
targets: windows/386,windows/amd64,linux/386,linux/amd64,darwin/386,darwin/amd64
v: true
x: false
ldflags: -s -w
Expand Down

0 comments on commit fb62df1

Please sign in to comment.