CI: build image which supports arm64 platform (#702)

CI: build image which support arm64 platform
This commit is contained in:
sbaizet 2024-04-16 11:09:46 +02:00 committed by GitHub
parent 678a9fcb69
commit 347a0c4d8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
# push: ${{ startsWith(github.ref, 'refs/tags/') }}
push: true
tags: scrolltech/l2geth:${{github.ref_name}}