update main.go path for cross build

fix #256
This commit is contained in:
Tuna 2016-10-31 00:12:10 +01:00
parent 80c1323448
commit 238dc75175
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@ binary:
CGO_ENABLED=1 ./script/make.sh binary
binary-cross:
CGO_ENABLED=1 ./script/make.sh binary-cross
# CGO_ENABLED=1 ./script/make.sh binary-cross
./script/make.sh binary-cross
clean:
./script/make.sh clean

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
.