Skip to content

Commit

Permalink
Add build for more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Mar 12, 2020
1 parent 3906afb commit 8c1d75a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ builds:
- env:
- CGO_ENABLED=0
main: ./cmd/moleculec-es/main.go
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 8c1d75a

Please sign in to comment.