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