From 307bb8ccb0b502f60c1309af00f71732ed3fe059 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Aug 04 2018 19:37:50 +0000 Subject: Use ${basearch} Like fedora-atomic does. --- diff --git a/fedora-common-ostree.json b/fedora-common-ostree.json index af20171..9457a60 100644 --- a/fedora-common-ostree.json +++ b/fedora-common-ostree.json @@ -1,5 +1,5 @@ { - "ref": "fedora/rawhide/x86_64/ostree-base", + "ref": "fedora/rawhide/${basearch}/ostree-base", "repos": [], "include": "fedora-common-ostree-pkgs.json", diff --git a/fedora-xfce.json b/fedora-xfce.json index bcabac0..5d5e94c 100644 --- a/fedora-xfce.json +++ b/fedora-xfce.json @@ -1,5 +1,5 @@ { - "ref": "fedora/rawhide/x86_64/xfce", + "ref": "fedora/rawhide/${basearch}/xfce", "repos": ["fedora-rawhide"], "automatic_version_prefix": "29", "mutate-os-release": "29", diff --git a/kinoite.json b/kinoite.json index bffcae4..db35bb4 100644 --- a/kinoite.json +++ b/kinoite.json @@ -1,5 +1,5 @@ { - "ref": "fedora/rawhide/x86_64/kinoite", + "ref": "fedora/rawhide/${basearch}/kinoite", "repos": ["fedora-rawhide"], "automatic_version_prefix": "29", "mutate-os-release": "29", diff --git a/silverblue.json b/silverblue.json index 5990275..4231847 100644 --- a/silverblue.json +++ b/silverblue.json @@ -1,5 +1,5 @@ { - "ref": "fedora/rawhide/x86_64/workstation", + "ref": "fedora/rawhide/${basearch}/workstation", "repos": ["fedora-rawhide"], "automatic_version_prefix": "29", "mutate-os-release": "29",