carvel-dev / release-scripts

contains scripts for releasing carvel tools
Apache License 2.0
4 stars 3 forks source link

install.sh script should be arm64 aware #31

Open GrahamDumpleton opened 1 year ago

GrahamDumpleton commented 1 year ago

Describe the problem/challenge you have

The install.sh script referred to in Carvel web site instructions only installs binaries for AMD64. This means it installs binaries that don't work on ARM64 Linux, and doesn't install native ARM64 binaries on MacOS running Apple silicon.

Describe the solution you'd like

Should detect architecture and install ARM64 binaries when appropriate.

Anything else you would like to add:

This will require that kwt finally be released with ARM64 binary.


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible" 👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.