Skip to content

Commit 397b625

Browse files
committed
add linux/arm64 build target
1 parent 1769c75 commit 397b625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-all.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# copied and archived.
66

77
# Supported OSs: mac (darwin), windows, linux.
8-
goplat=( darwin darwin windows linux )
8+
goplat=( darwin darwin windows linux linux )
99

1010
# CPUs architectures: amd64 and arm64. The same order as OSs.
11-
goarc=( amd64 arm64 amd64 amd64 )
11+
goarc=( amd64 arm64 amd64 amd64 arm64 )
1212

1313
# Number of platform+architectures.
1414
buildCount=${#goplat[@]}

0 commit comments

Comments
 (0)