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
NO-JIRA: default to building --platform=linux/amd64 images in Docker builds (#596)
This update sets the `--platform` flag in Docker build commands, allowing builds for specific architectures by using the `ARCH` variable. The default architecture is set to `linux/amd64`, ensuring compatibility and flexibility for multi-platform environments.
0 commit comments