Merge pull request #540 from cdrage/add-arm-to-release

Add ARM to make cross.
This commit is contained in:
Charlie Drage 2017-04-04 12:16:34 -04:00 committed by GitHub
commit 44a7f8dd9a

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: