We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ef25e commit d49ab49Copy full SHA for d49ab49
build.sh
@@ -1,2 +1,3 @@
1
#!/bin/bash
2
+# script to build linux exe from any GO supported arch.
3
GOOS=linux GOARCH=386 CGO_ENABLED=0 go build -o ./distrib/linux/ccontainermain ccontainermain.go
0 commit comments