add linux/arm64 for multi-arch support

This commit is contained in:
Stilian Boyadzhiev 2025-05-30 09:04:37 +03:00
parent e2e86a2dae
commit 28550ada63

View file

@ -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