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