From 7fc11b622a63a303b7757b8463294d2945f2fc83 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Mar 22 2023 21:01:06 +0000 Subject: Use unified core mode for aarch64 and x86_64 --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 6c88f25..a88a9ed 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -244,6 +244,7 @@ ostree = [ "aarch64": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "force_new_commit": True, + "unified_core": True, "treefile": "fedora-iot.json", "config_url": "https://pagure.io/fedora-iot/ostree.git", "config_branch": "main", @@ -259,6 +260,7 @@ ostree = [ "x86_64": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "force_new_commit": True, + "unified_core": True, "treefile": "fedora-iot.json", "config_url": "https://pagure.io/fedora-iot/ostree.git", "config_branch": "main",