Skip to content

Commit eb5b8b0

Browse files
committed
chore: update build platforms
1 parent e14dc90 commit eb5b8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cd $(dirname "$0")
44
rm -rf ../output/
55

66
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'windows arm' 'darwin 386' 'darwin amd64')
7-
builds=("${builds[@]}" 'freebsd 386' 'freebsd amd64' 'freebsd arm')
7+
builds=("${builds[@]}" 'freebsd 386' 'freebsd amd64' 'freebsd arm' 'freebsd arm64')
88
builds=("${builds[@]}" 'openbsd 386' 'openbsd amd64' 'openbsd arm' 'openbsd arm64')
99
builds=("${builds[@]}" 'netbsd 386' 'netbsd amd64' 'netbsd arm' 'netbsd arm64')
1010
builds=("${builds[@]}" 'plan9 386' 'plan9 amd64' 'plan9 arm')

0 commit comments

Comments
 (0)