.github/workflows: add darwin/amd64 build target

Closes #676
This commit is contained in:
Filippo Valsorda
2026-01-21 18:48:27 +01:00
parent 0293aca1d7
commit beb5dfa28c

View File

@@ -17,6 +17,7 @@ jobs:
- {GOOS: linux, GOARCH: arm, GOARM: 6}
- {GOOS: linux, GOARCH: arm64}
- {GOOS: darwin, GOARCH: arm64}
- {GOOS: darwin, GOARCH: amd64}
- {GOOS: windows, GOARCH: amd64}
- {GOOS: freebsd, GOARCH: amd64}
steps: