diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22b30fe3..68f2d516 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: image: - macos-latest - ubuntu-latest - # - windows-latest + - windows-latest runs-on: ${{ matrix.image }} steps: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9ac318f8..2a4f92e5 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -18,7 +18,7 @@ builds: - CGO_ENABLED=0 goos: - linux - # - windows + - windows - darwin - js goarch: @@ -28,10 +28,8 @@ builds: - wasm ignore: # List of combinations of GOOS + GOARCH + GOARM to ignore. - # - goos: windows - # goarch: arm64 - # - goos: windows - # goarch: arm + - goos: windows + goarch: arm flags: - -tags=b_tiny