Add macOS Apple Silicon build matrix entry#954
Conversation
|
Thanks you! Would it possible to integrate into the build.yml file. Did you try if the resulting macos package is running fine? |
|
I have not fully tested the complete workflow locally yet, but the macOS build itself is working properly. I also created a fork to integrate the macOS-specific style. And yes, I agree it should be integrated into the existing |
68d3dfe to
cb4642a
Compare
There was a problem hiding this comment.
If you wanna have it in the release you have to add it here
cb4642a to
9b56b78
Compare
|
The resulting macos build is not working |
Summary
.github/workflows/build.yml.CMAKE_OSX_ARCHITECTURES=arm64.USE_SSH:STRING=localbuild.Validation
.github/workflows/build.ymllocally with Ruby YAML.USE_SSH:STRING=localbuildis required to avoid the libssh2 resolution error.Notes