From fed0be319a70fe9b345eb53e916b7196f6837773 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 4 Apr 2017 10:13:07 -0400 Subject: [PATCH] Add ARM to make cross. This adds a linux/arm build to Makefile which will be included in the release.sh script. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d31c8d68..8e50b867 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ install: # kompile kompose for multiple platforms .PHONY: cross cross: - gox -os="darwin linux windows" -arch="amd64" -output="bin/kompose-{{.OS}}-{{.Arch}}" $(BUILD_FLAGS) + gox -osarch="darwin/amd64 linux/amd64 linux/arm windows/amd64" -output="bin/kompose-{{.OS}}-{{.Arch}}" $(BUILD_FLAGS) .PHONY: clean clean: