From 7b3dfc1ceb97fe1d507506aa10c0fe35701c0831 Mon Sep 17 00:00:00 2001 From: David Ittah Date: Thu, 9 Jan 2025 11:57:03 -0500 Subject: [PATCH] Push nightly builds for linux aarch (#1422) The perf team requested development builds for the linux aarch64 platform, which have been disabled due to space constraints. --- .github/workflows/build-nightly-release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-nightly-release.yaml b/.github/workflows/build-nightly-release.yaml index dc15a38fa5..3d48cdc778 100644 --- a/.github/workflows/build-nightly-release.yaml +++ b/.github/workflows/build-nightly-release.yaml @@ -35,10 +35,10 @@ jobs: needs: [setup] uses: ./.github/workflows/build-wheel-linux-x86_64.yaml - # linux-aarch: - # name: Build on Linux aarch64 - # needs: [setup] - # uses: ./.github/workflows/build-wheel-linux-arm64.yaml + linux-aarch: + name: Build on Linux aarch64 + needs: [setup] + uses: ./.github/workflows/build-wheel-linux-arm64.yaml macos-arm: name: Build on macOS arm64 @@ -52,7 +52,7 @@ jobs: upload: name: Prepare & Upload wheels to TestPyPI - needs: [linux-x86, macos-arm] # linux-aarch, macos-x86 + needs: [linux-x86, macos-arm, linux-aarch] #, macos-x86 runs-on: ubuntu-22.04 permissions: id-token: write # IMPORTANT: mandatory for trusted publishing