From d49ab49bfeae94cd445f2681d933bde67729758e Mon Sep 17 00:00:00 2001 From: zrml Date: Mon, 7 May 2018 12:13:14 +0200 Subject: [PATCH] new comment in script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 27606a5..9853f07 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,3 @@ #!/bin/bash +# script to build linux exe from any GO supported arch. GOOS=linux GOARCH=386 CGO_ENABLED=0 go build -o ./distrib/linux/ccontainermain ccontainermain.go