diff --git a/fcos-graph-builder/src/settings.rs b/fcos-graph-builder/src/settings.rs index a2cf71f..0fcb06b 100644 --- a/fcos-graph-builder/src/settings.rs +++ b/fcos-graph-builder/src/settings.rs @@ -34,10 +34,12 @@ impl ServiceSettings { /// Default TCP port for graph-builder main service. const DEFAULT_GB_SERVICE_PORT: u16 = 8080; /// Default scopes (basearch plus stream) to process. - const DEFAULT_SCOPES: [(&'static str, &'static str); 9] = [ + const DEFAULT_SCOPES: [(&'static str, &'static str); 11] = [ ("aarch64", "next"), ("aarch64", "stable"), ("aarch64", "testing"), + ("ppc64le", "next"), + ("ppc64le", "testing"), ("s390x", "next"), ("s390x", "stable"), ("s390x", "testing"),