We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Release downloaded: v1.2.8 https://github.com/microsoft/CoseSignTool/releases/download/v1.2.8/CoseSignTool-MacOS-release.zip
v1.2.8
MacOS details:
i386
Binary that was used: CoseSignTool
CoseSignTool
$ CoseSignTool zsh: bad CPU type in executable: Users/xxx/CoseSignTool
It seems to have been compiled against target arm64 instead:
arm64
$ lipo -info CoseSignTool Non-fat file: /Users/xxx/CoseSignTool is architecture: arm64
I suppose it should either explicitly state that this is targeting ARM only or the releases should contain both architectures.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Release downloaded:
v1.2.8
https://github.com/microsoft/CoseSignTool/releases/download/v1.2.8/CoseSignTool-MacOS-release.zipMacOS details:
i386
Binary that was used:
CoseSignTool
It seems to have been compiled against target
arm64
instead:I suppose it should either explicitly state that this is targeting ARM only or the releases should contain both architectures.
The text was updated successfully, but these errors were encountered: