Skip to content

Commit

Permalink
Revert "CI: Images support linux/arm64 platform (#28)"
Browse files Browse the repository at this point in the history
This reverts commit 2f2f556.
  • Loading branch information
trinitys7 authored Mar 26, 2024
1 parent 571cab3 commit 7f01866
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
-
name: Check out the repo
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -44,7 +41,7 @@ jobs:
file: Dockerfile
context: .
push: true
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
tags: |
ghcr.io/dymensionxyz/rollapp-wasm:latest
ghcr.io/dymensionxyz/rollapp-wasm:${{ env.DOCKER_IMAGE_TAG }}

0 comments on commit 7f01866

Please sign in to comment.