mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Add ppc64le to Operator CSV metadata (#43831)
Closes #43830 Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
parent
24f67d0c04
commit
71160384ca
@ -144,7 +144,8 @@ import io.quarkiverse.operatorsdk.annotations.SharedCSVMetadata;
|
||||
),
|
||||
labels = {
|
||||
@CSVMetadata.Label(name = "operatorframework.io/arch.amd64", value = "supported"),
|
||||
@CSVMetadata.Label(name = "operatorframework.io/arch.arm64", value = "supported")
|
||||
@CSVMetadata.Label(name = "operatorframework.io/arch.arm64", value = "supported"),
|
||||
@CSVMetadata.Label(name = "operatorframework.io/arch.ppc64le", value = "supported")
|
||||
}
|
||||
)
|
||||
public class KeycloakSharedCsvMetadata implements SharedCSVMetadata {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user