From 238dc75175c6b75cc7b046a1134682bf9f859102 Mon Sep 17 00:00:00 2001 From: Tuna Date: Mon, 31 Oct 2016 00:12:10 +0100 Subject: [PATCH] update main.go path for cross build fix #256 --- Makefile | 3 ++- script/binary-cross | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bcff790b..a6ec7428 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ binary: CGO_ENABLED=1 ./script/make.sh binary binary-cross: - CGO_ENABLED=1 ./script/make.sh binary-cross + # CGO_ENABLED=1 ./script/make.sh binary-cross + ./script/make.sh binary-cross clean: ./script/make.sh clean diff --git a/script/binary-cross b/script/binary-cross index 4c2fbfda..13208a27 100644 --- a/script/binary-cross +++ b/script/binary-cross @@ -24,4 +24,4 @@ rm -f kompose* gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \ -output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" \ "${BUILD_FLAGS[@]}" \ - main.go + .