CI: build image which support arm64 platform

This commit is contained in:
Sebastien Baizet 2024-04-16 10:38:31 +02:00
parent 678a9fcb69
commit 74b398a7b2

View file

@ -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}}