add run-builder.sh, .env, .gitignore; fix community repo in setup-builder.sh

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 11:27:26 +03:00
parent 65d92d59c2
commit 45f3182470
4 changed files with 64 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ echo "Go target: ${GO_VERSION}"
echo ""
# --- system packages ---
apk update
# enable community repo if not already enabled
sed -i 's|^#\(.*community\)|\1|' /etc/apk/repositories
apk update
apk add \
alpine-sdk \