Skip to content

Commit 7bce602

Browse files
committed
Add linux/arm64 build.
Fixes #2630
1 parent b20afce commit 7bce602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GIT_DIRTY="$(test -n "`git status --porcelain`" && echo "+CHANGES" || true)"
2121
# Determine the arch/os combos we're building for
2222
XC_ARCH=${XC_ARCH:-"386 amd64"}
2323
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd netbsd solaris}
24-
XC_OSARCH=${XC_OSARCH:-"linux/386 linux/amd64 linux/arm darwin/386 darwin/amd64 windows/386 windows/amd64 freebsd/386 freebsd/amd64 freebsd/arm openbsd/386 openbsd/amd64 openbsd/arm netbsd/386 netbsd/amd64 netbsd/arm solaris/amd64"}
24+
XC_OSARCH=${XC_OSARCH:-"linux/386 linux/amd64 linux/arm linux/arm64 darwin/386 darwin/amd64 windows/386 windows/amd64 freebsd/386 freebsd/amd64 freebsd/arm openbsd/386 openbsd/amd64 openbsd/arm netbsd/386 netbsd/amd64 netbsd/arm solaris/amd64"}
2525

2626
GOPATH=${GOPATH:-$(go env GOPATH)}
2727
case $(uname) in

0 commit comments

Comments
 (0)