You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2024. It is now read-only.
James Mortensen edited this page Dec 9, 2023
·
4 revisions
The normal build process, the one that uses make, builds the images for all 3 supported platforms. Docker doesn't support building multi-architecture images locally and can only build and push them to a repository, such as Docker Hub. In order to test locally, we'll build only for our platform, and we'll use the build-locally.sh script.