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