From 81d886764c89ad194b14f0a1af794537606a2623 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 1 Jun 2023 11:49:32 +0200 Subject: [PATCH] Disable aarch64 build as the ubuntu repo is failing it is blocking the release --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93653b851..da3fd79ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,8 +112,8 @@ jobs: binary: sccache-dist extra_args: --no-default-features --features="dist-server" target: x86_64-unknown-linux-musl - - os: ubuntu-20.04 - target: aarch64-unknown-linux-musl +# - os: ubuntu-20.04 +# target: aarch64-unknown-linux-musl - os: macOS-11 target: x86_64-apple-darwin macosx_deployment_target: 10.13