forked from LaconicNetwork/kompose
make kompose get-able
This commit is contained in:
parent
a3643a55ac
commit
d68bc40458
@ -12,7 +12,7 @@ rm -f $OUT_FILE
|
||||
go build \
|
||||
"${BUILD_FLAGS[@]}" \
|
||||
-o $OUT_FILE \
|
||||
./cli/main
|
||||
main.go
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Build successful. Program saved as ${OUT_FILE}"
|
||||
|
||||
@ -24,4 +24,4 @@ rm -f kompose*
|
||||
gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \
|
||||
-output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" \
|
||||
"${BUILD_FLAGS[@]}" \
|
||||
./cli/main
|
||||
main.go
|
||||
|
||||
Loading…
Reference in New Issue
Block a user