Skip to content

Commit

Permalink
[TEMP] switch to arm for PR wheel build&test
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Mar 16, 2024
1 parent 69e81df commit 2a4092e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
with:
CONCURRENCY: pr-${{ github.event.pull_request.number }}
MODE: "pr"
PLATFORM: linux-x64
WHEEL_ARTIFACT_NAME: "linux-x64-wheel-fast"
PLATFORM: linux-arm64
WHEEL_ARTIFACT_NAME: "linux-arm64-wheel-fast"
secrets: inherit

min-wheel-test:
Expand All @@ -96,8 +96,8 @@ jobs:
uses: ./.github/workflows/reusable_test_wheels.yml
with:
CONCURRENCY: pr-${{ github.event.pull_request.number }}
PLATFORM: linux-x64
WHEEL_ARTIFACT_NAME: "linux-x64-wheel-fast"
PLATFORM: linux-arm64
WHEEL_ARTIFACT_NAME: "linux-arm64-wheel-fast"
secrets: inherit

build-js:
Expand Down

0 comments on commit 2a4092e

Please sign in to comment.