From 7f5212d6d4df8273b67eddccfc35747d3bacf49d Mon Sep 17 00:00:00 2001 From: Tordarus Date: Fri, 6 Jun 2025 15:39:31 +0200 Subject: [PATCH] added support for arm v7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---