diff --git a/README.md b/README.md index 876d268..b77014a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This Docker image is designed to **download**, **compile**, and **run** a Go pro * ✅ Clones a Go repository at runtime * ✅ Supports **private Git repositories** using `.netrc`-based auth * ✅ Builds and runs your Go application -* ✅ Multi-architecture: `linux/amd64`, `linux/arm64` +* ✅ Multi-architecture: `linux/amd64`, `linux/arm64`, `linux/arm/v7` * ✅ Minimal and reproducible container setup with Alpine Linux ---