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.
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.