From 6b17da0545cec90dea1ce26859be5eee0443ca70 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 9 Oct 2020 11:17:43 -0400 Subject: [PATCH] Fix the ref for aarch64 SB ostree installer right: fedora/33/aarch64/silverblue wrong: fedora/f33/aarch64/silverblue Signed-off-by: Dusty Mabe --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index 1ba924e..b6a7bab 100644 --- a/fedora.conf +++ b/fedora.conf @@ -839,8 +839,8 @@ ostree_installer = [ "ostree_osname=fedora", "ostree_oskey=fedora-33-primary", "ostree_contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist", - "ostree_install_ref=fedora/f33/aarch64/silverblue", - "ostree_update_ref=fedora/f33/aarch64/silverblue", + "ostree_install_ref=fedora/33/aarch64/silverblue", + "ostree_update_ref=fedora/33/aarch64/silverblue", "flatpak_remote_name=fedora", # using registry-no-cdn avoids redirects to the CDN; # needed because of network restrictions on koji runroot