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

Release binaries for linux-arm and linux-arm64 #466

Closed
hickford opened this issue Sep 26, 2021 · 2 comments
Closed

Release binaries for linux-arm and linux-arm64 #466

hickford opened this issue Sep 26, 2021 · 2 comments
Labels
enhancement New feature or request platform:linux Specific to a Linux-based platform

Comments

@hickford
Copy link
Contributor

Hi. Please release binaries for linux-arm and linux-arm64. These would be super useful for use on computers such as Raspberry Pi.

@hickford hickford added the enhancement New feature or request label Sep 26, 2021
@hickford hickford changed the title Release binaries for linux-arm and linux-arm32 Release binaries for linux-arm and linux-arm64 Sep 26, 2021
@hickford
Copy link
Contributor Author

After working around a package restore issue #467, I was able to build for linux-arm dotnet publish -r linux-arm -c Release --self-contained true -p:PublishSingleFile=true --framework net5.0. Tested on Raspberry Pi 3. So far works as expected.

@mjcheetham mjcheetham added the platform:linux Specific to a Linux-based platform label Sep 27, 2021
@vtbassmatt
Copy link
Contributor

👋 hello, thanks for the feedback, and I see that you've gotten it to work 🎉 . Right now we don't have the resources to officially support ARM platforms. Support is considered best-effort and we aren't planning to release packages. That could change if enough folks are interested, and we're definitely willing to investigate bugs you find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform:linux Specific to a Linux-based platform
Projects
None yet
Development

No branches or pull requests

4 participants
@hickford @vtbassmatt @mjcheetham and others