-
Notifications
You must be signed in to change notification settings - Fork 6
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
A bit more help #1
Comments
It shouldn’t be a problem, and should even simplify the bits where I explicitly tag the images with the target architecture - I do that out of habit from the pre-manifest days and also because I sometimes want to have extra architectures on the side, and it’s entirely optional. What bits do you need help with? We can use this issue to discuss that. |
I have no clue where to start. Probably need the following information:
And what I need to do is create the correct makefile (and optionally schedule it on some azure pipeline). But I don't really understand what's happening in the makefile. What's that qemu I'm seeing everywhere. To my understanding this is what get executed for each arch
And then |
Hello there, What the The The rest should be straightforward, although I do use Hope this helps (and Happy 2020!) |
Hi @rcarmo
I really like the idea of this Makefile that simplifies the build of a multi architecture docker image, and I have the perfect candidate. sonos2mqtt should be perfectly capable to be runned on some arm device. The base image however node:lts-alpine is already multi architecture, would that make any difference in building this app for multiple architectures?
If I would understand the process i would be willing to create some more documentation about this process.
The text was updated successfully, but these errors were encountered: