Skip to content

Commit

Permalink
Remove arm reth build
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed Jun 17, 2024
1 parent 438989c commit 7b640c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
include:
- arch: linux/amd64
features: jemalloc,asm-keccak,optimism
- arch: linux/arm64
features: jemalloc,optimism
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -88,4 +86,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
FEATURES=${{ matrix.features }}
platforms: ${{ matrix.arch }}
platforms: ${{ matrix.arch }}

0 comments on commit 7b640c5

Please sign in to comment.