Skip to content

Commit

Permalink
Update on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00101010 committed Feb 1, 2025
1 parent b7794c2 commit 358c716
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,23 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ linux/amd64, linux/arm64 ]
arch: [linux/amd64, linux/arm64]
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
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: geth/Dockerfile
Expand All @@ -39,7 +46,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build the Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: reth/Dockerfile
Expand All @@ -51,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ linux/amd64 ]
arch: [linux/amd64]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -66,4 +73,3 @@ jobs:
file: nethermind/Dockerfile
push: false
platforms: ${{ matrix.arch }}

0 comments on commit 358c716

Please sign in to comment.