forked from LaconicNetwork/kompose
add '-tag experimental' to gox build
This is required by Docker to build it with bundlefile support.
This commit is contained in:
parent
81744fccb4
commit
657ccf133d
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user