Add ARM to make cross.

This adds a linux/arm build to Makefile which will be included in the
release.sh script.
This commit is contained in:
Charlie Drage 2017-04-04 10:13:07 -04:00
parent eead1cb8f7
commit fed0be319a

View File

@ -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: