Closed kami619 closed 2 weeks ago
As discussed, we won't run multi-arch support in our nightly tests, so we skip implementing this now.
The current snippet should be removed:
scheduling:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- arm64
...
If we need to do it in the future, we might use this as a how-to guide: https://developers.redhat.com/articles/2024/08/27/building-multi-architecture-container-images-openshift-container-platform
Description
Discussion
https://github.com/keycloak/keycloak/issues/34442
Motivation
No response
Details
CPU_ARCH
variable or something similar.