There is a 5.9.0 beta. Builds up at <https://githu...
# core
s
There is a 5.9.0 beta. Builds up at https://github.com/osquery/osquery/releases/tag/5.9.0
🆒 1
m
@seph Thanks for putting this together! Question: are we going to include Windows arm64 on the release? - see here. If creating the MSI installer requires work, we can maybe just start by releasing the zipfile with the binaries
s
I saw that ticket come in. I think we’ll need to update the codesign logic somewhere in https://github.com/osquery/osquery-codesign
m
I don't have access to that repo I'm afraid, can you grant me access?
s
Yes, yes I can.
That’s the only really weird not-public repo we have. We generally decided we didn’t want people PR’ing against the codesigning tools
m
I see - I'll take a look at this in a moment to see if there is something we can do quick to get this rolling
thanks for granting me access!
s
Thanks for looking into it
m
I've just had time to look into this. I don't know how the MSI can be generated for Arm64. @seph I did push a PR to generate the zip file with signed files for Arm64. Can we maybe release the package this time and tackle the installer generation next release? This is the PR in question - I've not run it either as I don't write to overwrite release assets. Can you take a look and tell me wdyt?
s
It is generally fine to overwrite release assets.
(It’s not great, but we do all the time, and it’s just what it is)
m
The workflow PR is ready to be reviewed - see here