-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support for armv7l? #2
Comments
Definitely! Any good pointers on how to have DockerHub automatically build for those platforms? Do I need to cross-compile on my Mac.
… On Jun 2, 2020, at 12:22 AM, Robbie Trencheny ***@***.***> wrote:
Any chance support for armv7l can be added? Would provide a faster way to get going on Raspberry Pi.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#2>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAA3TXG36YVS2VXXOHBZDRLRUR5AVANCNFSM4NQLUHKA>.
|
I looked into this a bit today and seems the easiest way to go about this would be to use docker buildx. Gonna do some tests locally and see how hard it is to get this and then trunk-recorder building. |
This was easier than I thought it would be! Took less than 30 minutes to have complete builds uploaded to Docker Hub. Here's all the commands I had to run locally on my Mac to get builds going:
Figured it out thanks to docker buildx docs and this article that shows exactly how to build for rPi. |
As for You can view mine here. |
Continuing this at robotastic/trunk-recorder#365 |
Any chance support for armv7l can be added? Would provide a faster way to get going on Raspberry Pi.
The text was updated successfully, but these errors were encountered: