Update github workflow to have freebsd os and arm build

This commit is contained in:
Khanh Ngo 2020-05-22 13:44:49 +07:00
parent 6f478c7602
commit 2ba0236384
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E

View file

@ -13,6 +13,13 @@ jobs:
# build and publish in parallel: linux/386, linux/amd64, darwin/386, darwin/amd64
goos: [linux, freebsd, darwin]
goarch: [386, amd64, arm, arm64]
exclude:
- goarch: 386
goos: darwin
- goarch: arm
goos: darwin
- goarch: arm64
goos: darwin
goarm:
- 7
steps: