mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 18:14:05 +00:00
Use GitHub-hosted aarch64 runners (#2202)
* Use GitHub-hosted aarch64 runners * More updates * Fix * Pin build environment's Python version to 3.12 for consistency * Update date * Sleep to allow Docker daemon to start * Sleep to allow Docker daemon to start on aarch64 and before checkout * Fix typo * Fix * Unify runner.arch usage * Do not sleep as it doesn't help * Try to use ubuntu-22.04-arm * Update changelog date --------- Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
This commit is contained in:
@@ -63,7 +63,6 @@ myst_heading_anchors = 3
|
||||
|
||||
linkcheck_ignore = [
|
||||
r".*github\.com.*#", # javascript based anchors
|
||||
r"https://github\.com/jupyter/docker-stacks/settings/actions/runners/new\?arch=arm64\&os=linux", # only works for users with permissions to change runners
|
||||
r"http://127\.0\.0\.1:.*", # various examples
|
||||
r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors
|
||||
r"https://packages\.ubuntu\.com/search\?keywords=openjdk", # frequent read timeouts
|
||||
|
Reference in New Issue
Block a user