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
This commit makes the following changes:
1. Builds multiarch images for non-release commits/PRs, in addition to
released versions.
2. Runs the docker build for an arch on the respective GitHub runner
(e.g. a linux/amd64 docker image will be built on a linux/amd64
runner). This native build reduces build times due to not requring
emulation.
Signed-off-by: Rajath Agasthya <[email protected]>
0 commit comments