ahmetb / kubectl-tree

kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
Apache License 2.0
2.91k stars 118 forks source link

Add ARM64 support #23

Closed feloy closed 4 years ago

feloy commented 4 years ago

Fixes #20

ahmetb commented 4 years ago

We should probably only release linux/arm64. People ask this for RPIs mostly. So maybe we can list linux/arm64 as an exception to the matrix.

feloy commented 4 years ago

I've explicitely ignored the windows and darwin builds for arm64, but it seems to be the case by default. Here is what is printed in debug output of goreleaser release:

      • BUILDING BINARIES        
         • skipped invalid build     target=darwin_arm64
         • skipped invalid build     target=windows_arm64
ahmetb commented 4 years ago

Ah if that's the default we don't need to ignore I suppose. But verbose is ok.