Skip to content
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

Open
mirkoSekulic opened this issue Sep 10, 2024 · 4 comments
Open

Add osx-arm64 asset to release #174

mirkoSekulic opened this issue Sep 10, 2024 · 4 comments

Comments

@mirkoSekulic
Copy link

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.

@gbalykov
Copy link
Member

Please note that osx arm64 is now a community supported architecture, because we're not able to test it at the moment. There're some builds provided by community, and you can also build from source, see #102 and #103 for more details.

@NatElkins
Copy link

@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/

@NatElkins
Copy link

Looks like the work has pretty much been here already: master...codeprefect:netcoredbg:build-test

@gbalykov
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants