add '-tag experimental' to gox build

This is required by Docker to build it with bundlefile support.
This commit is contained in:
Tomas Kral 2016-07-21 20:20:43 +02:00
parent 81744fccb4
commit 657ccf133d

View File

@ -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