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
We now attach builds of the binaries from various OS's to releases:
https://github.com/elastic/docs-builder/releases/tag/0.1.3
For OSX downloading these is not sufficient, a user needs to either manually ad-hoc sign.
We can create an install script that does this. This an approach bicep from azure took: https://github.com/Azure/bicep/pull/11824/files
Long term we might want to look at doing this properly: https://www.kenmuse.com/blog/notarizing-dotnet-console-apps-for-macos/
I imagine this might already be a solved piece of automation for other binaries we ship.
The text was updated successfully, but these errors were encountered:
According to https://github.com/orgs/Homebrew/discussions/1648, notarization is not necessary for applications distributed through homebrew. But the discussion is from 2021.
oblt-cli also works out of the box when you install it through homebrew.
Sorry, something went wrong.
No branches or pull requests
We now attach builds of the binaries from various OS's to releases:
https://github.com/elastic/docs-builder/releases/tag/0.1.3
For OSX downloading these is not sufficient, a user needs to either manually ad-hoc sign.
We can create an install script that does this. This an approach bicep from azure took: https://github.com/Azure/bicep/pull/11824/files
Long term we might want to look at doing this properly: https://www.kenmuse.com/blog/notarizing-dotnet-console-apps-for-macos/
I imagine this might already be a solved piece of automation for other binaries we ship.
The text was updated successfully, but these errors were encountered: