Make sure we have a branched minimal image for aarch64

upgrade_minimal_64bit for Rawhide needs it. Honestly I don't
remember the logic behind all these values any more, just hitting
this with a stick.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-02-15 12:23:46 -08:00
parent 841fdf1ffb
commit 90661e5d15
1 changed files with 4 additions and 4 deletions

View File

@ -127,10 +127,10 @@
{
"name" : "minimal",
"releases" : {
"-1" : ["x86_64", "ppc64le", "aarch64"],
"-2" : ["x86_64", "ppc64le", "aarch64"],
"stable": ["x86_64"],
"branched": ["x86_64"]
"-1" : ["x86_64", "ppc64le"],
"-2" : ["x86_64", "ppc64le"],
"stable": ["x86_64", "aarch64"],
"branched": ["x86_64", "aarch64"]
},
"size" : "10",
"imgver": "3"