From 8dc374ec3d879a8d4af092a68c5f7ed30ae6fb1a Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 27 Jun 2023 17:33:25 +1000 Subject: [PATCH] Temporarily disable ARM builds --- .github/workflows/release.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81421844157..e3391456be9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,22 +23,15 @@ jobs: build: name: Build Release strategy: + # FIXME(sproul): fix xdelta build for ARM matrix: - arch: [aarch64-unknown-linux-gnu, - aarch64-unknown-linux-gnu-portable, - x86_64-unknown-linux-gnu, + arch: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-gnu-portable, x86_64-apple-darwin, x86_64-apple-darwin-portable, x86_64-windows, x86_64-windows-portable] include: - - arch: aarch64-unknown-linux-gnu - platform: ubuntu-latest - profile: maxperf - - arch: aarch64-unknown-linux-gnu-portable - platform: ubuntu-latest - profile: maxperf - arch: x86_64-unknown-linux-gnu platform: ubuntu-latest profile: maxperf