From d15d4feb65bdcbcc736bf8966b065aa484fb76d0 Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Mon, 21 Oct 2024 10:16:08 -1000 Subject: [PATCH] Remove reth arm64 build (running out of memory) (#338) --- .github/workflows/pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ca37fd0..8900322 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -31,8 +31,6 @@ jobs: include: - arch: linux/amd64 features: jemalloc,asm-keccak,optimism - - arch: linux/arm64 - features: jemalloc,optimism steps: - name: Checkout uses: actions/checkout@v3