File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
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
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
6673 file : nethermind/Dockerfile
6774 push : false
6875 platforms : ${{ matrix.arch }}
69-
You can’t perform that action at this time.
0 commit comments