From b19e973549248aab3bb5a42b09f530a4febfcf18 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Fri, 27 Jan 2017 15:57:40 -0500 Subject: [PATCH] Updates the cross compiling commands Removed 32-Bit support, and pushes to the "bin" folder instead of "bundles" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c166adcc..1bf5ea2d 100644 --- a/Makefile +++ b/Makefile @@ -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: