update main.go path for cross build

fix #256
This commit is contained in:
Tuna
2016-10-31 00:14:29 +01:00
parent 80c1323448
commit 238dc75175
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ rm -f kompose*
gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \
-output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" \
"${BUILD_FLAGS[@]}" \
main.go
.