mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 08:23:46 +00:00
CI: build image which supports arm64 platform (#702)
CI: build image which support arm64 platform
This commit is contained in:
parent
678a9fcb69
commit
347a0c4d8b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
|
|
@ -23,6 +23,7 @@ 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