Skip to content

Commit

Permalink
chore(build): add windows arm64 target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
marjune163 committed Sep 2, 2021
1 parent 34ae79c commit c0b34b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-all-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildByDocker() {
}

gover=latest
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'windows arm' 'darwin amd64' 'darwin arm64')
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'windows arm' 'windows arm64' 'darwin amd64' 'darwin arm64')
builds=("${builds[@]}" 'freebsd 386' 'freebsd amd64' 'freebsd arm' 'freebsd arm64')
builds=("${builds[@]}" 'openbsd 386' 'openbsd amd64' 'openbsd arm' 'openbsd arm64')
builds=("${builds[@]}" 'netbsd 386' 'netbsd amd64' 'netbsd arm' 'netbsd arm64')
Expand Down

0 comments on commit c0b34b6

Please sign in to comment.