Skip to content

Commit

Permalink
action: remove 32-bit windows/arm build
Browse files Browse the repository at this point in the history
 windows/arm32 has been broken since Go 1.17
  • Loading branch information
wwqgtxx committed Feb 12, 2025
1 parent b52b753 commit 6d24ca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
- { goos: windows, goarch: '386', output: '386' }
- { goos: windows, goarch: amd64, goamd64: v1, output: amd64-compatible }
- { goos: windows, goarch: amd64, goamd64: v3, output: amd64 }
- { goos: windows, goarch: arm, goarm: '7', output: armv7 }
- { goos: windows, goarch: arm64, output: arm64 }

- { goos: freebsd, goarch: '386', output: '386' }
Expand Down

0 comments on commit 6d24ca9

Please sign in to comment.