masmovil / masorange_rules_helm

Bazel rules to manipulate and operate Helm charts with Bazel, decrpyt sops secrets, and run operations over cloud services
Apache License 2.0
61 stars 32 forks source link

Sops add darwin arm64 #58

Closed luna-duclos closed 1 year ago

luna-duclos commented 1 year ago

This adds support for darwin arm64 for sops now that the binaries for that platform were added in a recent release. It also makes the repo work correctly with latest bazel, which requires the use of @platforms instead of @bazel_tools/platforms

I kept the patch as minimal as possible on purpose so it affects just sops and nothing else.

danigar commented 1 year ago

Hi @luna-duclos. Thanks a lot for your contribution. I will close your PR because these changes seems to be already merged by this this and this PRs.