cnoe-io / idpbuilder

Spin up a complete internal developer platform with only Docker required as a dependency.
https://cloud-native.slack.com/archives/C05TN9WFN5S
Apache License 2.0
174 stars 56 forks source link

Add substitution for aarch64 to installation bash script #363

Closed andrew-rosca closed 1 month ago

andrew-rosca commented 1 month ago

On some ARM64 Linux instances, uname -m returns aarch64 instead of arm64. This causes the installation script to fail.

This change adds an additional substitution for this scenario

nabuskey commented 1 month ago

@nimakaviani Please review.

nimakaviani commented 1 month ago

LGTM.

can you please sign the DCO? thanks!

andrew-rosca commented 1 month ago

@nimakaviani done!