mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
Add upstream architectures for the Operator (#42099)
Closes #38928 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
5cfdaebcea
commit
d98c474cdc
1 changed files with 5 additions and 1 deletions
|
|
@ -141,7 +141,11 @@ import io.quarkiverse.operatorsdk.annotations.SharedCSVMetadata;
|
|||
icon = @CSVMetadata.Icon(
|
||||
fileName = "KeycloakController.icon.png",
|
||||
mediatype = "image/png"
|
||||
)
|
||||
),
|
||||
labels = {
|
||||
@CSVMetadata.Label(name = "operatorframework.io/arch.amd64", value = "supported"),
|
||||
@CSVMetadata.Label(name = "operatorframework.io/arch.arm64", value = "supported")
|
||||
}
|
||||
)
|
||||
public class KeycloakSharedCsvMetadata implements SharedCSVMetadata {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue