-
Notifications
You must be signed in to change notification settings - Fork 5
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 build process ARM compatible #5
Comments
Just tried out the new "buildx" command by docker: https://github.com/docker/buildx |
I looked a little bit further. buildx might not be needed. Docker build now supports the --platform "linux/arm/v7" command. This requires that you system is able to build for linux arm. |
@SoberHellman - could you make this happen? @ctrl-shift-esc can you check on i.MX if it runs? |
did some research for drone. Maybe its even easier: https://docs.drone.io/pipeline/docker/syntax/platform/ |
I think that trick is only to select the platform during execution of the DevOps pipeline, but not for the target image. |
Thats true, but it also defines the target os and architecture: "Use the platform section to configure the target operating system and architecture and routes the pipeline to the appropriate runner. If unspecified, the system defaults to Linux amd64." |
We just tried to run the image on i.MX6 and got the following error message:
This seems to be related to the build process and ARM infrastructure (see tiangolo/uwsgi-nginx-flask-docker#67). This needs to be investigated and a plan derived how to make the build process compatible.
The text was updated successfully, but these errors were encountered: