Skip to content

Commit

Permalink
make kompose get-able
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtuna committed Oct 27, 2016
1 parent a3643a5 commit d68bc40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion script/binary
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion script/binary-cross
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d68bc40

Please sign in to comment.