Skip to content

Commit 6cad7c3

Browse files
authored
Remove Qemu pr.yml
1 parent 906b579 commit 6cad7c3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,12 @@ jobs:
5353
runs-on: ubuntu-latest
5454
strategy:
5555
matrix:
56-
arch: [ linux/amd64, linux/arm64 ]
56+
arch: [ linux/amd64 ]
5757
steps:
5858
- name: Checkout
5959
uses: actions/checkout@v3
6060
with:
6161
ref: ${{ github.event.pull_request.head.sha }}
62-
- name: Set up QEMU
63-
uses: docker/setup-qemu-action@v2
64-
with:
65-
platforms: linux/amd64,linux/arm64
6662
- name: Set up Docker Buildx
6763
uses: docker/setup-buildx-action@v3
6864
- name: Build the Docker image
@@ -71,5 +67,5 @@ jobs:
7167
context: .
7268
file: nethermind/Dockerfile
7369
push: false
74-
platforms: ${{ matrix.arch }}
70+
platforms: ${{ linux/amd64 }}
7571

0 commit comments

Comments
 (0)