Skip to content

Commit

Permalink
Merge pull request #114 from cubicdaiya/feature_goreleaser_only_linux…
Browse files Browse the repository at this point in the history
…_and_darwin

support only linux and darwin
  • Loading branch information
catatsuy authored Dec 10, 2023
2 parents bdc8e6a + 07e6091 commit 7787a88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ builds:
- -X main.NginxBuildVersion=v{{.Version}}
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
Expand Down

0 comments on commit 7787a88

Please sign in to comment.