mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 00:43:46 +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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
# push: ${{ startsWith(github.ref, 'refs/tags/') }}
|
# push: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
push: true
|
push: true
|
||||||
tags: scrolltech/l2geth:${{github.ref_name}}
|
tags: scrolltech/l2geth:${{github.ref_name}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue