diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5183175..8dc1a07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,8 @@ jobs: - {GOOS: linux, GOARCH: arm64} - {GOOS: darwin, GOARCH: amd64} - {GOOS: darwin, GOARCH: arm64} - - {GOOS: windows, GOARCH: amd64} + - {GOOS: windows, GOARCH: amd64}, + - {GOOS: windows, GOARCH: arm64}, - {GOOS: freebsd, GOARCH: amd64} steps: - name: Install Go