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

Constrained sops_osx_toolchain to cpu:x86_64 #35

Closed lucqui closed 2 years ago

lucqui commented 2 years ago

SOPS currently only releases binaries for x86_64 macOS. This is incompatible w/ M1-based architecture. This will lead to clearer failures for the incompatibility rather than failing on execution.

lucqui commented 2 years ago

@fralvarop @danigar Please review!

lucqui commented 2 years ago

👍

Hey @danigar thanks for the approval. I don't have write access do you mind merging it as well?