mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
ci - remove arm64 from supported platform (#719)
remove arm64 from supported platform
This commit is contained in:
parent
629f14ea88
commit
6220695d8d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
|
|
@ -25,7 +25,6 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
# push: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
push: true
|
||||
tags: scrolltech/l2geth:${{github.ref_name}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue