helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
251 stars 71 forks source link

Download binary with right arch #118

Closed Ludea closed 1 year ago

Ludea commented 1 year ago

Fix https://github.com/helm/chart-testing-action/issues/117

davidkarlsen commented 1 year ago

Why not use uname?

Ludea commented 1 year ago

uname -m return aarch64, and binary name is chart-testing_3.8.0_linux_arm64.tar.gz