argocd-image-updater
argocd-image-updater copied to clipboard
MacOS argocd-image-updater binary signature error
Describe the bug On a 2019 Intel MacBook Pro, I've downloaded the darwin amd64 binary. Opening it gives a signature verification error.
To Reproduce Steps to reproduce the behavior:
- On a 2019 Intel MacBook Pro, download the (darwin amd64 binary)[https://github.com/argoproj-labs/argocd-image-updater/releases/download/v0.12.2/argocd-image-updater-darwin_amd64].
- give execution permission with
chmod u+x argocd-image-updater-darwin_amd64 - execute with
argocd-image-updater-darwin_amd64
Expected behavior Expect the binary to run without requiring an exception.
Additional context It would be nice if one could install it via brew, like the argocd cli itself or autocomplete. It would also be very helpful if there were some instructions about how to install it locally in the docs.
Version v0.12.2
Same here.
As for now I just removed the quarantine attribute to be able to use the binary
> xattr -dr com.apple.quarantine argocd-image-updater-darwin_arm64
> argocd-image-updater-darwin_arm64 version
argocd-image-updater: v0.15.2+abc0072
BuildDate: 2025-01-07T02:29:30Z
GitCommit: abc00725c94c1f8657b53e688be2e4ee8a5e7e57
GoVersion: go1.22.10
GoCompiler: gc
Platform: darwin/arm64