Skip to content

Commit

Permalink
CI: build image which supports arm64 platform (#702)
Browse files Browse the repository at this point in the history
CI: build image which support arm64 platform
  • Loading branch information
sbaizet-ledger authored Apr 16, 2024
1 parent 678a9fc commit 347a0c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 347a0c4

Please sign in to comment.