mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
remove arch req from docker build action
This commit is contained in:
parent
e5ca738051
commit
9b190d2576
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docker-build-hell.yml
vendored
1
.github/workflows/docker-build-hell.yml
vendored
|
|
@ -63,6 +63,5 @@ 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/amd64 # 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