Files
am-scripts/build-static.sh

3 lines
70 B
Bash
Raw Normal View History

2026-03-20 12:04:59 -04:00
#!/usr/bin/env sh
go build -ldflags="-s -extldflags=-static" -o=run .