mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
add linux/arm64 for multi-arch support
This commit is contained in:
parent
e2e86a2dae
commit
28550ada63
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-hell.yml
vendored
2
.github/workflows/docker-build-hell.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue