Update github workflow to have freebsd os and arm build

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

View file

@ -11,8 +11,10 @@ jobs:
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, darwin/386, darwin/amd64
goos: [linux, darwin]
goarch: ["386", amd64]
goos: [linux, freebsd, darwin]
goarch: [386, amd64, arm, arm64]
goarm:
- 7
steps:
# get the source code
- uses: actions/checkout@v2