Skip to content

Commit 8718532

Browse files
committed
added build architecture script so that I can build the executable from any platform
1 parent beaa281 commit 8718532

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
GOOS=linux GOARCH=386 CGO_ENABLED=0 go build -o ./distrib/linux/ccontainermain ccontainermain.go

distrib/linux/ccontainermain

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)