Skip to content

Commit

Permalink
fix: Add missing release binaries for Darwin (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan committed Jun 2, 2022
1 parent e0194f9 commit 2cac96f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
- go mod tidy -compat=1.17
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
id: envd
main: ./cmd/envd
binary: envd
Expand All @@ -19,6 +20,7 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- darwin
id: envd-ssh
main: ./cmd/envd-ssh
binary: envd-ssh
Expand Down

0 comments on commit 2cac96f

Please sign in to comment.