good morning!!!!

Skip to content
Snippets Groups Projects
Commit 397b625d authored by or-else's avatar or-else
Browse files

add linux/arm64 build target

parent 1769c75e
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@
# copied and archived.
# Supported OSs: mac (darwin), windows, linux.
goplat=( darwin darwin windows linux )
goplat=( darwin darwin windows linux linux )
# CPUs architectures: amd64 and arm64. The same order as OSs.
goarc=( amd64 arm64 amd64 amd64 )
goarc=( amd64 arm64 amd64 amd64 arm64 )
# Number of platform+architectures.
buildCount=${#goplat[@]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment