linux/arm64/v8

This commit is contained in:
Stilian Boyadzhiev 2025-05-30 08:49:42 +03:00
parent 9b190d2576
commit e2e86a2dae

View file

@ -63,5 +63,6 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile # Path to the Dockerfile if not root 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 push: true # Change to false to keep image local to runner
tags: ${{ secrets.DOCKERHUB_USERNAME }}/go-etherium-satan:latest tags: ${{ secrets.DOCKERHUB_USERNAME }}/go-etherium-satan:latest