From 6c404c7f3e623650beb5c74ec0a4e31e9cac9c48 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Thu, 11 Apr 2024 10:48:17 +0300 Subject: [PATCH] Remove Fedora 36 since it's EOL Change-type: patch See: https://endoflife.date/fedora --- contracts/sw.os/fedora/contract.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/contracts/sw.os/fedora/contract.json b/contracts/sw.os/fedora/contract.json index 6f35ccad..49dcb9c6 100644 --- a/contracts/sw.os/fedora/contract.json +++ b/contracts/sw.os/fedora/contract.json @@ -5,7 +5,7 @@ "data" : { "libc": "glibc", "latest": "37", - "versionList": "`37 (latest)`, `36`, `38`" + "versionList": "`37 (latest)`, `38`" }, "name": "Fedora {{this.version}}", "requires": [ @@ -25,7 +25,6 @@ "variants": [ { "variants": [ - { "version": "36" }, { "version": "37" }, { "version": "38" } ], @@ -36,16 +35,6 @@ }, { "variants": [ - { "version": "36" } - ], - "requires": [ - { "type": "sw.blob", "slug": "qemu" }, - { "type": "arch.sw", "slug": "armv7hf" } - ] - }, - { - "variants": [ - { "version": "36" }, { "version": "37" }, { "version": "38" } ],