#337 add aarch64 and ppc64le to the docker base image creation
Closed 6 years ago by ausil. Opened 6 years ago by ausil.
Unknown source f26  into  f26

file modified
+1 -1
@@ -15,7 +15,7 @@

  sigkeys = ['FDB19C98', 'E372E838'] # None = unsigned

  # limit tree architectures

  # if undefined, all architectures from variants.xml will be included

- tree_arches = ['x86_64', 'armhfp']

+ tree_arches = ['aarch64', 'armhfp', 'ppc64le', 'x86_64']

  # limit tree variants

  # if undefined, all variants from variants.xml will be included

  tree_variants = ['Docker']

Signed-off-by: Dennis Gilmore dennis@ausil.us

actually this will not work

Pull-Request has been closed by ausil

6 years ago
Metadata