Skip to content

Commit

Permalink
feat(sxtctl): enable darwin build
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 cb88fc6 commit 683e2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dest: build
prefix: sxtctl
#targets: windows/386,windows/amd64,linux/386,linux/amd64,darwin/386,darwin/amd64
targets: linux/amd64
targets: linux/amd64,darwin/amd64
v: true
x: false
ldflags: -s -w
Expand Down

0 comments on commit 683e2eb

Please sign in to comment.