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
Modified the Dockerfiles for backend, controller, and frontend to use the `--platform=$BUILDPLATFORM` directive, enabling better compatibility for multi-platform builds.
This change limits the exposure to emulation required to produce the image - ensuring the "base layer" is always built on the same architecture as the build system.
This is safe:
- for `controller` and `backend` because `go` build already supports cross-compilation
- for `frontend` because the `webpack` config simply outputs HTML files to be including in the final state of the build.
Signed-off-by: Andy Stoneberg <[email protected]>
0 commit comments