-
Notifications
You must be signed in to change notification settings - Fork 19
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
arm64 FreeBSD & NetBSD #55
Comments
Yes, I plan to add support for FreeBSD and NetBSD on ARM64. It was easier with OpenBSD. With FreeBSD, last time I tried, there was some weird issue in the interaction between Packer and the firmware. I don't remember the exact details of what didn't work with NetBSD. |
Great to hear! Would be a huge help for me - and I'm assuming many others - to be able to more easily build on those platforms in a consistent manner. For me in particular, my project is a Rust-based one, and the tooling to manage versions of the Rust compiler isn't available on many of the non-x86 architectures, but the compiler itself is. So being able to spin up an arm64 version of FreeBSD or NetBSD to build against would both simplify my workstream and let me test the builds versus just cross-compiling. |
FreeBSD for ARM64 is now available: https://github.com/cross-platform-actions/action/releases/tag/v0.16.0. |
NetBSD/aarch64 now runs much better virtualized than it did in 9.3. For instance, on macOS/aarch64, I couldn't get my NetBSD 9 VM running under anything better than |
I'm already working on it. I have NetBSD 10 RC2 more or less working. I've managed to get it to boot in the GitHub action yesterday [1]. I did run into some issue when installing NetBSD, it failed to setup
They do have macOS large runners running on Apple Silicon in beta now. But I don't have access to those. |
Release 0.16.0 Added - Add support for FreeBSD ARM64 ([cross-platform-actions#55](cross-platform-actions#55))
Fixed in 141cc29. |
NetBSD for ARM64 is now available in: https://github.com/cross-platform-actions/action/releases/tag/v0.24.0. |
I noticed that FreeBSD only offers x86_64 and not arm64 compared to OpenBSD. Is there any chance of FreeBSD arm64 being available? For that matter, NetBSD aarch64?
The text was updated successfully, but these errors were encountered: