install_scratch.sh

main
bel 2025-11-30 09:00:47 -07:00
parent 07992b6636
commit 50ad3bb3db
1 changed files with 3 additions and 0 deletions

3
install_scratch.sh Normal file
View File

@ -0,0 +1,3 @@
#! /usr/bin/env bash
CGO_ENABLED=1 CC=x86_64-linux-musl-gcc go install -ldflags="-linkmode external -extldflags '-static'"