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

make it work on arm #22

Open
mubbelsberger opened this issue Apr 7, 2024 · 2 comments
Open

make it work on arm #22

mubbelsberger opened this issue Apr 7, 2024 · 2 comments
Labels
question Further information is requested wontfix This will not be worked on

Comments

@mubbelsberger
Copy link

Hello!

I have a pi zero running in my network and would love to run chef on it. I think there needs to be ARM support for it?

Is there a way to make this possible or would this include a lot of work?

Thank you very much! I'm using chef very often and it's so cool!

@Zheoni
Copy link
Owner

Zheoni commented Apr 7, 2024

I don't know which architecture the raspberry pi zero has (you can check with uname -a) but if it is aarch64 (or arm64, it's the same) you just have to download the binary chef-aarch64-unknown-linux-gnu.tar.gz. I'm using it on a raspberry pi 4 and it works great.

If it's an older version of arm or if it's running on 32 bits, I don't provide precompiled binaries. However, I would encourage you to look on how to cross compile the project. It should just work. The utility cross can make it easier.

@Zheoni Zheoni added help wanted Extra attention is needed wontfix This will not be worked on labels Apr 10, 2024
@mubbelsberger
Copy link
Author

Thank you for your reply!

Linux DietPi 6.1.21+ #1642 Mon Apr 3 17:19:14 BST 2023 armv6l GNU/Linux

I'll try cross when I have time for.

Thank you!

@Zheoni Zheoni added question Further information is requested and removed help wanted Extra attention is needed labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants