This repository has been archived on 2025-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
GreenCoast/scripts/build_armv6.sh
2025-08-21 20:56:38 -04:00

9 lines
195 B
Bash

#!/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