mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
go build -tags prod -ldflags '-extldflags "-static"' -o bin/backend "./cmd/$1"
|