This website requires JavaScript.
Explore
Help
Register
Sign In
CPunch
/
gopenfusion
Watch
1
Star
0
Fork
0
You've already forked gopenfusion
mirror of
https://github.com/CPunch/gopenfusion.git
synced
2024-11-14 03:50:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
983588b6c9
gopenfusion
/
build.sh
5 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
added simple build script
2023-03-07 00:41:26 +00:00
#!/bin/sh
mkdir -p bin
dockerfile: switch to scratch - build.sh: disables CGO and specifies linux - we really don't need the cstdlib now, and we don't need a busybox shell
2023-06-20 23:33:29 +00:00
CGO_ENABLED
=
0
GOOS
=
linux go build -o ./bin/server
added simple build script
2023-03-07 00:41:26 +00:00
echo
'Done'
Reference in New Issue
Copy Permalink