-
Notifications
You must be signed in to change notification settings - Fork 27
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
Raspberry Pi #16
Comments
Why shouldn't you be able to? Are there any restrictions? |
Basically I am not sure which tag I need to use for raspberry pi? This one image: pannal/kitana:latest or is there any different for raspberry pi? Thank you |
No, please try that tag and report any issues. |
I can confirm the "latest" tag only points to the amd64 version, are you guys using automatic builds from DockerHub? Because it currently doesn't support buildx ... so the only way to have the armhf being created is to move the build step to another solution (circle CI is a good alternative) |
Anything I can do here? |
Yes, answer this:
If not, how are you building the images? |
Manually. Edit: I never really looked into docker multiarch before. Building for arm right now. |
Alright, do you need help with the commands or you've got it? |
Well, I could use help with CircleCI (which I currently don't use), but currently I'm simply cross-compiling using Thank you :) Edit: libsass takes ages. I tried finding more info, but it seems like it's not possible to use multicore when compiling inside docker using qemu-user, right? |
Kitana should now available as arm64 and arm7 @mouzzampk2014 |
I can confirm that it runs fine on a raspberry pi now 👍
|
BTW this is a guide to automatically build your images with CircleCI on each new version. CircleCI is free for a single project and only 1 concurrent job, which is more than enough for your case |
Thank you so much. Working fine :) |
Hi, can I use this docker with raspberry pi? Thank you
The text was updated successfully, but these errors were encountered: