Skip to content

Commit

Permalink
Push nightly builds for linux aarch (#1422)
Browse files Browse the repository at this point in the history
The perf team requested development builds for the linux aarch64
platform, which have been disabled due to space constraints.
  • Loading branch information
dime10 authored Jan 9, 2025
1 parent fa72766 commit 7b3dfc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7b3dfc1

Please sign in to comment.