mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
linux/arm64/v8
This commit is contained in:
parent
9b190d2576
commit
e2e86a2dae
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-build-hell.yml
vendored
1
.github/workflows/docker-build-hell.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue