diff --git a/.github/workflows/docker-build-hell.yml b/.github/workflows/docker-build-hell.yml index ceb0c94eaa..c6fa2325d4 100644 --- a/.github/workflows/docker-build-hell.yml +++ b/.github/workflows/docker-build-hell.yml @@ -63,6 +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 + platforms: linux/amd64,linux/arm64 # 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