From 680d071c8f1b8928e7bb7ce0c9760c936c9b2067 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Wed, 13 Dec 2017 16:54:42 +0900 Subject: [PATCH] Add ARM64 support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc61c0d..01830c4 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ test: if [ `go fmt $(go list ./... | grep -v /vendor/) | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi cross_compile: - GOARM=5 gox -os="darwin linux freebsd netbsd openbsd" -arch="386 amd64 arm" -osarch="!darwin/arm" -output "${OUTPUT_DIR}/pkg/{{.OS}}_{{.Arch}}/{{.Dir}}" + GOARM=5 gox -os="darwin linux freebsd netbsd openbsd" -arch="386 amd64 arm arm64" -osarch="!darwin/arm !darwin/arm64" -output "${OUTPUT_DIR}/pkg/{{.OS}}_{{.Arch}}/{{.Dir}}" targz: mkdir -p ${OUTPUT_DIR}/dist