Skip to content

Commit

Permalink
Use new aarch64 wheel build image. (pantsbuild#17990)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored Jan 13, 2023
1 parent 2e4d40b commit 8df47e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
timeout-minutes: 60
build_wheels_linux_arm64:
container:
image: registry.hub.docker.com/pantsbuild/wheel_build_aarch64:v1-568cfc69e
image: registry.hub.docker.com/pantsbuild/wheel_build_aarch64:v2-2e4d40b8b5
options: --user 1000:1000
env:
PANTS_REMOTE_CACHE_READ: 'false'
Expand Down
2 changes: 1 addition & 1 deletion build-support/bin/generate_github_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def build_wheels_job(platform: Platform, python_versions: list[str]) -> Jobs:
# Unfortunately Equinix do not support the CentOS 7 image on the hardware we've been
# generously given by the Runs on ARM program. Se we have to build in this image.
container = {
"image": "registry.hub.docker.com/pantsbuild/wheel_build_aarch64:v1-568cfc69e",
"image": "registry.hub.docker.com/pantsbuild/wheel_build_aarch64:v2-2e4d40b8b5",
# The uid/gid for the gha user and group we set up on the self-hosted runner.
# Necessary to avoid https://github.com/actions/runner/issues/434.
# Alternatively we could run absolutely everything in a container,
Expand Down

0 comments on commit 8df47e2

Please sign in to comment.