-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest (3.7.2) linux amd64 binary not working #1023
Comments
@nklmilojevic this may be a silly question, but are you trying to do
|
@FnTm It is not a silly question, all suggestions are welcome :)
Don't know why is it trying to use bash to execute when I'm clearly executing the binary itself. Am I missing someting obvious? |
It seems to be built with the wrong architecture.
|
This commit seems like it could have something to do with this issue - c586534 |
Looked at things with fresh eyes, and I think this is what's happening:
That is why I think that particular build is not as expected. |
Is a new release planned to address this, or is a fix just going to have to wait until the other issues in the 3.7.3 milestone are also complete? Alternatively, could someone manually attach the 3.7.2 amd64 build to the existing github release? |
sops 3.7.2, released yesterday, had a corrupted linux binary getsops/sops#1023. This causes all our actions needing sops to fail. We pin to 3.7.1 until sops upstream fixes it mdgreenwald/mozilla-sops-action#105 (comment)
sops 3.7.2, released yesterday, had a corrupted linux binary getsops/sops#1023. This causes all our actions needing sops to fail. We pin to 3.7.1 until sops upstream fixes it mdgreenwald/mozilla-sops-action#105 (comment)
Did something go wrong in the CI process? macOS binary is completely fine.
The text was updated successfully, but these errors were encountered: