Skip to content

Commit

Permalink
chore(ci): can't build image with arm64 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 authored Jul 8, 2024
1 parent 5f2ffeb commit e6a20e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
file: Dockerfile
context: .
push: true
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
tags: |
ghcr.io/dymensionxyz/rollapp-evm:latest
ghcr.io/dymensionxyz/rollapp-evm:${{ env.DOCKER_IMAGE_TAG }}

0 comments on commit e6a20e2

Please sign in to comment.