File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
2222XC_ARCH=${XC_ARCH:- " 386 amd64" }
2323XC_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
2626GOPATH=${GOPATH:- $(go env GOPATH)}
2727case $( uname) in
You can’t perform that action at this time.
0 commit comments