From 657ccf133d82f7cf906e6e35db11b2a35168c6a1 Mon Sep 17 00:00:00 2001 From: Tomas Kral Date: Thu, 21 Jul 2016 20:20:43 +0200 Subject: [PATCH] add '-tag experimental' to gox build This is required by Docker to build it with bundlefile support. --- script/binary | 1 + 1 file changed, 1 insertion(+) diff --git a/script/binary b/script/binary index e556e2ec..3d11c20d 100755 --- a/script/binary +++ b/script/binary @@ -19,5 +19,6 @@ rm -f kompose* # Build binaries gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \ -output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" \ + -tags experimental \ ./cli/main