Skip to content

Commit

Permalink
Add arm64 support to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Sep 15, 2023
1 parent 3caded5 commit b2c5b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyterhub_traefik_proxy/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

machine_map = {
"x86_64": "amd64",
"aarch64" : "arm64",
}


Expand Down

0 comments on commit b2c5b66

Please sign in to comment.