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
|
||||
|
||||
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
|
||||
|
||||
@ -24,4 +24,4 @@ rm -f kompose*
|
||||
gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \
|
||||
-output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" \
|
||||
"${BUILD_FLAGS[@]}" \
|
||||
main.go
|
||||
.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user