We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906b579 commit 6cad7c3Copy full SHA for 6cad7c3
.github/workflows/pr.yml
@@ -53,16 +53,12 @@ jobs:
53
runs-on: ubuntu-latest
54
strategy:
55
matrix:
56
- arch: [ linux/amd64, linux/arm64 ]
+ arch: [ linux/amd64 ]
57
steps:
58
- name: Checkout
59
uses: actions/checkout@v3
60
with:
61
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
66
- name: Set up Docker Buildx
67
uses: docker/setup-buildx-action@v3
68
- name: Build the Docker image
@@ -71,5 +67,5 @@ jobs:
71
context: .
72
file: nethermind/Dockerfile
73
69
push: false
74
- platforms: ${{ matrix.arch }}
70
+ platforms: ${{ linux/amd64 }}
75
0 commit comments