-
Notifications
You must be signed in to change notification settings - Fork 16
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
[FR] - Support aarch64-linux in Nix Flake #805
Comments
Related comment and PR: #686 (comment) |
Do you need to build on aarch64-linux natively, or a cross-compilation to aarch64-linux would |
I need it natively. I want to use my raspi 5 as an airgaped machine. I have nix installed on it and when cardano-cli has a new update I could move the files of this repository via a usb stick on my pi and compile the new version. If someone has a better alternative to work around this I'll would love to hear it. |
Reopening because #819 introduced production of |
External
Area
Regarding the build system outputs
Describe the feature you'd like
I would like to build cardano-cli on aarch64-linux via the nix flake.
I use aarch64-linux in a virtual machine on my mac and raspberry pi is also aarch64-linux.
Here's what I would like to do:
nix build github:intersectmbo/cardano-node#packages.aarch64-linux.cardano-cli
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I think you can build it on aarch64-linux but as far I know not via the nix flake.
If I'm missing something please let me know.
The text was updated successfully, but these errors were encountered: