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
Fix all possible docker issues wrt local and CI builds (kadalu#639)
Buildx:
1. Things are simpler if building on an amd64 platform for amd64 image
2. `--platform` and `--load` is must while building images on non amd64 host in `build.sh`
3. `--load` will not work if `--platform` has more than one entry
4. However, `--push` and `--load` work if `--platform` has only one entry and `--load` is used while building
dependent image in the next step to first pull from local docker
5. If `--platform` contains more than one entry, it's mandatory to use `--push`
6. Faulty release for 0.8.5 non amd64 is likely due to existing cache and `no-cache` is set for release CI
Fixes: kadalu#633
Signed-off-by: Leela Venkaiah G <[email protected]>
0 commit comments