Skip to content

Commit a87e191

Browse files
committed
chore(build): remove Windows ARM 32-bit build
See also: golang/go#70705
1 parent eb346b2 commit a87e191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-all.inc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
builds=()
22
builds+=('linux amd64,v2' 'linux amd64,v3' 'linux arm' 'linux arm64' 'linux arm64,v9.0' 'linux riscv64' 'linux riscv64,rva22u64' 'linux loong64')
3-
builds+=('windows amd64,v2' 'windows amd64,v3' 'windows arm' 'windows arm64')
3+
builds+=('windows amd64,v2' 'windows amd64,v3' 'windows arm64')
44
builds+=('darwin amd64' 'darwin arm64')
55
builds+=('freebsd amd64' 'freebsd arm64' 'freebsd riscv64')
66
#builds+=('openbsd amd64' 'openbsd arm64' 'openbsd riscv64')

0 commit comments

Comments
 (0)