.github/workflows: add freebsd/amd64 and darwin/arm64 builds

Fixes #189
This commit is contained in:
Filippo Valsorda
2021-04-22 22:22:57 -04:00
committed by GitHub
parent b4e0d7718f
commit a6a173e24f

View File

@@ -39,7 +39,9 @@ jobs:
GOOS=linux GOARCH=arm GOARM=6 build_age
GOOS=linux GOARCH=arm64 build_age
GOOS=darwin GOARCH=amd64 build_age
GOOS=darwin GOARCH=arm64 build_age
GOOS=windows GOARCH=amd64 build_age
GOOS=freebsd GOARCH=amd64 build_age
- name: Upload workflow artifacts
uses: actions/upload-artifact@v2
with: