From dbbdfc097077c755d16ed9bf70ec9a03b3a3c344 Mon Sep 17 00:00:00 2001 From: akillcool Date: Wed, 18 Mar 2020 10:03:16 +0800 Subject: [PATCH] Add arm64 to make cross (#1266) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df4a480d..33261834 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ install: # kompile kompose for multiple platforms .PHONY: cross cross: - CGO_ENABLED=0 gox -osarch="darwin/amd64 linux/amd64 linux/arm windows/amd64" -output="bin/kompose-{{.OS}}-{{.Arch}}" $(BUILD_FLAGS) + CGO_ENABLED=0 gox -osarch="darwin/amd64 linux/amd64 linux/arm linux/arm64 windows/amd64" -output="bin/kompose-{{.OS}}-{{.Arch}}" $(BUILD_FLAGS) .PHONY: clean clean: