remove arch req from docker build action

This commit is contained in:
Stilian Boyadzhiev 2025-05-30 08:45:06 +03:00
parent e5ca738051
commit 9b190d2576

View file

@ -63,6 +63,5 @@ jobs:
with:
context: .
file: ./Dockerfile # Path to the Dockerfile if not root
platforms: linux/amd64 # 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