camerondurham / ch

Docker config and shell manager for using (or misusing) containers as dev environments
Apache License 2.0
18 stars 2 forks source link

Detect and download arm64 architecture #27

Closed camerondurham closed 2 years ago

camerondurham commented 2 years ago

Fix install script to support Linux aarch64 and Darwin/MacOS arm64 when detected.

From this stack overflow answer, arm64 and aarch64 are the same thing, just Apple decided to name theirs arm64.

Also, containerd normalizes the names to the same thing in their source code.

Tested:

camerondurham commented 2 years ago

Closes #26