Skip to content

Commit

Permalink
Remove Qemu pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams authored Oct 19, 2024
1 parent 906b579 commit 6cad7c3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ linux/amd64, linux/arm64 ]
arch: [ linux/amd64 ]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64,linux/arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build the Docker image
Expand All @@ -71,5 +67,5 @@ jobs:
context: .
file: nethermind/Dockerfile
push: false
platforms: ${{ matrix.arch }}
platforms: ${{ linux/amd64 }}

0 comments on commit 6cad7c3

Please sign in to comment.