Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "CI: Images support linux/arm64 platform (#28)" #35

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "CI: Images support linux/arm64 platform (#28)"
This reverts commit 2f2f556.
  • Loading branch information
trinitys7 authored Mar 26, 2024
commit 7f018662b8652f7ddd0f010354eecd08511fb09a
5 changes: 1 addition & 4 deletions .github/workflows/build_and_push_images.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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 }}
Loading