Add dev harness routing all builds through the digest-pinned builder
Every compile/vet/test path goes through the same golang:1.26-bookworm digest container used by mopac-keyproxy, so the host stays toolchain-free and builds are reproducible. Makefile is a thin front door over dev.sh.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Credentials NEVER live in the repo. Any *.env landing here is ignored
|
||||
# as a tripwire (env.example is the only committed shape).
|
||||
*.env
|
||||
bin/
|
||||
.smoke/
|
||||
Reference in New Issue
Block a user