Updates the cross compiling commands

Removed 32-Bit support, and pushes to the "bin" folder instead of
"bundles"
This commit is contained in:
Charlie Drage 2017-01-27 15:57:40 -05:00
parent 3f10691838
commit b19e973549

View File

@ -35,7 +35,7 @@ install:
# kompile kompose for multiple platforms
.PHONY: cross
cross:
gox -os="darwin linux windows" -arch="386 amd64" -output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" $(BUILD_FLAGS)
gox -os="darwin linux windows" -arch="amd64" -output="bin/kompose-{{.OS}}-{{.Arch}}" $(BUILD_FLAGS)
.PHONY: clean
clean: