-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add osx-arm64 asset to release #174
Comments
@gbalykov Looks like there are Apple silicon test runners that are available for free (given that this is a public repo). Would you accept a PR to add a GitHub Actions workflow to add a test build? https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ |
Looks like the work has pretty much been here already: master...codeprefect:netcoredbg:build-test |
Main dev repo is located in internal Samsung github, and we use internal CI for building and testing on all target devices. This applies to each commit and to each release, and CI in public github repo won't cover same cases. We are not able to test osx arm64 in internal CI at the moment, so please use manual testing or actions provided in forked repos. |
Description
Releases are missing the
netcoredbg-osx-arm64.tar.gz
asset.Adding the osx-arm64 asset to the release would be very convenient, as it allows users to use simple scripts for installation rather than having to compile the code.
The text was updated successfully, but these errors were encountered: