Skip to content

Commit

Permalink
add linux/arm64 build target
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jul 2, 2023
1 parent 1769c75 commit 397b625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}
Expand Down

0 comments on commit 397b625

Please sign in to comment.