Skip to content

Commit

Permalink
Use wheel build images from GitHub Packages. (#18518) (#18522)
Browse files Browse the repository at this point in the history
Since the Docker Hub free tier is going away.

Also cherrypicks the comment removal in #18521
  • Loading branch information
benjyw authored Mar 17, 2023
1 parent 54e3cee commit 4808764
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 @@ -322,7 +322,7 @@ jobs:
timeout-minutes: 60
build_wheels_linux_arm64:
container:
image: registry.hub.docker.com/pantsbuild/wheel_build_aarch64:v3-8384c5cf
image: ghcr.io/pantsbuild/wheel_build_aarch64:v3-8384c5cf
env:
PANTS_REMOTE_CACHE_READ: 'false'
PANTS_REMOTE_CACHE_WRITE: '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 @@ -717,7 +717,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:v3-8384c5cf",
"image": "ghcr.io/pantsbuild/wheel_build_aarch64:v3-8384c5cf",
}
else:
container = None
Expand Down

0 comments on commit 4808764

Please sign in to comment.