Skip to content

Commit

Permalink
Switch build_package to arm-hosted runner. (#18656)
Browse files Browse the repository at this point in the history
Progress on #18238. See also
#18643.

This is for nightly package builds / releases.

Untested. We can roll this back if it fails to build.

skip-ci: no impact on other workflows.
  • Loading branch information
ScottTodd authored Oct 1, 2024
1 parent 0a71ea5 commit c86b621
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,23 @@ jobs:
build-family: linux-x86_64
build-package: main-dist-linux
experimental: false
- runs-on:
[self-hosted, arm64, os-family=Linux, runner-group=postsubmit]
- runs-on: ah-ubuntu_22_04-c7g_4x-50
build-family: linux-aarch64
build-package: main-dist-linux
experimental: true
- runs-on: ubuntu-20.04
build-family: linux-x86_64
build-package: py-compiler-pkg
experimental: false
- runs-on:
[self-hosted, arm64, os-family=Linux, runner-group=postsubmit]
- runs-on: ah-ubuntu_22_04-c7g_4x-50
build-family: linux-aarch64
build-package: py-compiler-pkg
experimental: true
- runs-on: ubuntu-20.04
build-family: linux-x86_64
build-package: py-runtime-pkg
experimental: false
- runs-on:
[self-hosted, arm64, os-family=Linux, runner-group=postsubmit]
- runs-on: ah-ubuntu_22_04-c7g_4x-50
build-family: linux-aarch64
build-package: py-runtime-pkg
experimental: true
Expand Down

0 comments on commit c86b621

Please sign in to comment.