First Commit

This commit is contained in:
2025-08-21 20:56:38 -04:00
commit 9502d1b1be
29 changed files with 1667 additions and 0 deletions

8
scripts/build_armv6.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
export GOOS=linux
export GOARCH=arm
export GOARM=6
export CGO_ENABLED=0
mkdir -p bin
go build -trimpath -ldflags="-s -w" -o bin/greencoast-shard ./cmd/shard