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:
@@ -19,5 +19,6 @@ rm -f kompose*
|
|||||||
# Build binaries
|
# Build binaries
|
||||||
gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \
|
gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \
|
||||||
-output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" \
|
-output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" \
|
||||||
|
-tags experimental \
|
||||||
./cli/main
|
./cli/main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user