forked from LaconicNetwork/kompose
Merge pull request #257 from ngtuna/fix-binary-cross
binary-cross build
This commit is contained in:
commit
47cd5cd4b2
3
Makefile
3
Makefile
@ -18,7 +18,8 @@ binary:
|
|||||||
CGO_ENABLED=1 ./script/make.sh binary
|
CGO_ENABLED=1 ./script/make.sh binary
|
||||||
|
|
||||||
binary-cross:
|
binary-cross:
|
||||||
CGO_ENABLED=1 ./script/make.sh binary-cross
|
# CGO_ENABLED=1 ./script/make.sh binary-cross
|
||||||
|
./script/make.sh binary-cross
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
./script/make.sh clean
|
./script/make.sh clean
|
||||||
|
|||||||
@ -24,4 +24,4 @@ rm -f kompose*
|
|||||||
gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \
|
gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \
|
||||||
-output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" \
|
-output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" \
|
||||||
"${BUILD_FLAGS[@]}" \
|
"${BUILD_FLAGS[@]}" \
|
||||||
main.go
|
.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user