Skip to content

Commit c0b34b6

Browse files
committed
chore(build): add windows arm64 target platform
1 parent 34ae79c commit c0b34b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-all-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildByDocker() {
2828
}
2929

3030
gover=latest
31-
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'windows arm' 'darwin amd64' 'darwin arm64')
31+
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'windows arm' 'windows arm64' 'darwin amd64' 'darwin arm64')
3232
builds=("${builds[@]}" 'freebsd 386' 'freebsd amd64' 'freebsd arm' 'freebsd arm64')
3333
builds=("${builds[@]}" 'openbsd 386' 'openbsd amd64' 'openbsd arm' 'openbsd arm64')
3434
builds=("${builds[@]}" 'netbsd 386' 'netbsd amd64' 'netbsd arm' 'netbsd arm64')

0 commit comments

Comments
 (0)