75cfbc0c65
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
3 lines
175 B
Bash
Executable File
3 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CC='x86_64-linux-musl-gcc' CGO_ENABLED=1 go build -trimpath -buildmode 'pie' -a -tags 'netgo' -ldflags '-s -w -extldflags "-static"' -o gophor.gopher main_gopher.go |