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
chore: update supported platforms for multi-arch builds (#569)
After discussion with the Kubeflow WG lead - concerns were raised about including `linux/s390x` support in our multi-arch builds for the following reasons:
- not clear we could in good faith support this system due to lack of hardware / potential emulation issues
- not clear there is enough of a need from community to support `linux/s390x` for Kubeflow Notebooks.
As a result - we are going to remove the `linux/s390x` target from our multi-arch builds logic.
Additionally, included a minor fix to explicitly specify the `v8` variant of `linux/arm64`. Today `linux/arm64` and `linux/arm64/v8` are essentially the same - but that could change if there was ever a `v9` variant introduced. As such - opting to be explicit here.
Signed-off-by: Andy Stoneberg <[email protected]>
0 commit comments