From 4b1747db8c08db33805291e886a2f7e0b0fa54cd Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sun, 28 Jan 2024 16:17:15 -0800 Subject: [PATCH] fix copy-paste error in product for s390x --- templates.fif.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index de94fc71..7da97880 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -348,7 +348,7 @@ }, "rocky-boot-iso-s390x-*-s390x": { "machine": "s390x", - "product": "rocky-boot-iso-ppc64le-*" + "product": "rocky-boot-iso-s390x-*" }, "rocky-boot-iso-ppc64le-*-ppc64le": { "machine": "ppc64le", @@ -368,7 +368,7 @@ }, "rocky-minimal-iso-s390x-*-s390x": { "machine": "s390x", - "product": "rocky-minimal-iso-ppc64le-*" + "product": "rocky-minimal-iso-s390x-*" }, "rocky-minimal-iso-ppc64le-*-ppc64le": { "machine": "ppc64le", @@ -384,7 +384,7 @@ }, "rocky-dvd-iso-s390x-*-s390x": { "machine": "s390x", - "product": "rocky-dvd-iso-ppc64le-*" + "product": "rocky-dvd-iso-s390x-*" }, "rocky-dvd-iso-ppc64le-*-ppc64le": { "machine": "ppc64le", @@ -404,7 +404,7 @@ }, "rocky-package-set-s390x-*-s390x": { "machine": "s390x", - "product": "rocky-package-set-ppc64le-*" + "product": "rocky-package-set-s390x-*" }, "rocky-package-set-ppc64le-*-ppc64le": { "machine": "ppc64le", @@ -424,7 +424,7 @@ }, "rocky-universal-s390x-*-s390x": { "machine": "s390x", - "product": "rocky-universal-ppc64le-*" + "product": "rocky-universal-s390x-*" }, "rocky-universal-ppc64le-*-ppc64le": { "machine": "ppc64le",