From 2371b3f6c476db2ddf7826900fbda13b2ba16429 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Oct 19 2020 17:22:42 +0000 Subject: we shouldn't produce a ppc64le image for ec2 --- diff --git a/stream-images-cloud.conf b/stream-images-cloud.conf index 10f1aa8..8d1e57c 100644 --- a/stream-images-cloud.conf +++ b/stream-images-cloud.conf @@ -37,7 +37,7 @@ image_build = { "ksversion": "F26", "distro": "Fedora-20", "disk-size": "10", - "arches": ["x86_64", "ppc64le", "aarch64"], + "arches": ["x86_64", "aarch64"], "repo": [ "http://qa.centos.org/centos/8-stream/BaseOS/$arch/os/", "http://qa.centos.org/centos/8-stream/AppStream/$arch/os/",