make kompose get-able

This commit is contained in:
Tuna 2016-10-20 23:10:47 +02:00
parent a3643a55ac
commit d68bc40458
3 changed files with 2 additions and 2 deletions

View File

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

View 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