OpenSuSE LEAP 15.6 is not GA yet

This commit is contained in:
Greg Hellings
2024-04-11 13:32:56 -05:00
parent 375f5ea92c
commit e359957376
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -84,6 +84,7 @@ if args.all or args.list or (args.distro and args.version and args.build):
with open(".gitlab-ci-build.yml.in", "r") as fp:
y = load(fp, Loader=Loader)
for item in my_list:
print(item)
if item.is_github:
y[ item.only[6:] ]["parallel"]["matrix"].append({"distro": item.var_path})
with open(".gitlab-ci-build.yml", "w") as fp:
+2 -2
View File
@@ -1,4 +1,4 @@
15.6: &supp
15.5: &supp
- arch: amd64
provider: qemu
- arch: amd64
@@ -7,5 +7,5 @@
provider: vmware-iso
- arch: amd64
provider: hyperv-iso
15.5: *supp
15.6:
tumbleweed: *supp