mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
8 lines
122 B
Bash
8 lines
122 B
Bash
#!/bin/bash
|
|
|
|
CGO_ENABLED=0
|
|
|
|
go build -x -v -ldflags "-s -w" -o builds/webp-server-linux-${1}
|
|
|
|
echo "build done!"
|
|
ls builds |