From fce0f66315590ff90bb77eed08e2abe16caef72f Mon Sep 17 00:00:00 2001 From: Tordarus Date: Fri, 6 Jun 2025 15:39:56 +0200 Subject: [PATCH] changed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b77014a..b46ce9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🐳 Go Builder & Runner Docker Image -This Docker image is designed to **download**, **compile**, and **run** a Go program from a Git repository entirely at **container runtime**. It supports both public and private repositories and works seamlessly across multiple architectures (`amd64`, `arm64`). +This Docker image is designed to **download**, **compile**, and **run** a Go program from a Git repository entirely at **container runtime**. It supports both public and private repositories and works seamlessly across multiple architectures. 🏗️ **Built on Alpine Linux** for a minimal, efficient footprint.