Skip to content

Commit 358c716

Browse files
committed
Update on PR
1 parent b7794c2 commit 358c716

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/pr.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,23 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
arch: [ linux/amd64, linux/arm64 ]
12+
arch: [linux/amd64, linux/arm64]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616
with:
1717
ref: ${{ github.event.pull_request.head.sha }}
18+
19+
# - name: Set up QEMU
20+
# uses: docker/setup-qemu-action@v2
21+
# with:
22+
# platforms: linux/amd64,linux/arm64
23+
1824
- name: Set up Docker Buildx
1925
uses: docker/setup-buildx-action@v3
26+
2027
- name: Build the Docker image
21-
uses: docker/build-push-action@v4
28+
uses: docker/build-push-action@v6
2229
with:
2330
context: .
2431
file: geth/Dockerfile
@@ -39,7 +46,7 @@ jobs:
3946
- name: Set up Docker Buildx
4047
uses: docker/setup-buildx-action@v3
4148
- name: Build the Docker image
42-
uses: docker/build-push-action@v4
49+
uses: docker/build-push-action@v6
4350
with:
4451
context: .
4552
file: reth/Dockerfile
@@ -51,7 +58,7 @@ jobs:
5158
runs-on: ubuntu-latest
5259
strategy:
5360
matrix:
54-
arch: [ linux/amd64 ]
61+
arch: [linux/amd64]
5562
steps:
5663
- name: Checkout
5764
uses: actions/checkout@v3
@@ -66,4 +73,3 @@ jobs:
6673
file: nethermind/Dockerfile
6774
push: false
6875
platforms: ${{ matrix.arch }}
69-

0 commit comments

Comments
 (0)