From e2e86a2daee1ea418b081d45569fe59521ea8d06 Mon Sep 17 00:00:00 2001 From: Stilian Boyadzhiev Date: Fri, 30 May 2025 08:49:42 +0300 Subject: [PATCH] linux/arm64/v8 --- .github/workflows/docker-build-hell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-build-hell.yml b/.github/workflows/docker-build-hell.yml index 4ecdff85b1..ceb0c94eaa 100644 --- a/.github/workflows/docker-build-hell.yml +++ b/.github/workflows/docker-build-hell.yml @@ -63,5 +63,6 @@ jobs: with: context: . file: ./Dockerfile # Path to the Dockerfile if not root + platforms: linux/arm64/v8 # Add ,linux/arm64 if you need multi-arch push: true # Change to false to keep image local to runner tags: ${{ secrets.DOCKERHUB_USERNAME }}/go-etherium-satan:latest