Skip to content

Commit

Permalink
Merge pull request #220 from cmd-ntrf/install_arm
Browse files Browse the repository at this point in the history
Add arm64 support to install script
  • Loading branch information
minrk authored Sep 18, 2023
2 parents 3caded5 + 4c88c69 commit d7756d4
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 d7756d4

Please sign in to comment.