From b2c5b665be483146bc5b52882009cbbb5dbe8f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Fri, 15 Sep 2023 07:43:21 -0400 Subject: [PATCH] Add arm64 support to install script --- jupyterhub_traefik_proxy/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyterhub_traefik_proxy/install.py b/jupyterhub_traefik_proxy/install.py index 4c6d702b..92be0f63 100644 --- a/jupyterhub_traefik_proxy/install.py +++ b/jupyterhub_traefik_proxy/install.py @@ -11,6 +11,7 @@ machine_map = { "x86_64": "amd64", + "aarch64" : "arm64", }