Remove EOL'ed fedora releases

Put placeholders in README.md
This commit is contained in:
2026-06-05 12:16:37 +02:00
parent 8c6cc8ddb9
commit 8f2b7c949e
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
type: choice
description: "Choose a fedora version"
required: true
options: [ f42, f43, f44, rawhide ]
options: [ f44, rawhide ]
coprproject:
type: choice
description: "Which repo"
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
name: Build src rpm and send it to COPR
strategy:
matrix:
fedoraversion: [ f42, f43, f44, rawhide ]
fedoraversion: [ f44, rawhide ]
runs-on: $${{ matrix.fedoraversion }}-minimal-copr
steps:
- name: Check out repository code
+1 -1
View File
@@ -7,7 +7,7 @@ on:
type: choice
description: "Choose a fedora version"
required: true
options: [ f42, f43, f44, rawhide ]
options: [ f44, rawhide ]
jobs:
rpmbuild:
name: Build and deploy an rpm to the demus.dk repo
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
name: Build and deploy an rpm to the demus.dk repo
strategy:
matrix:
fedoraversion: [ f42, f43, f44, rawhide ]
fedoraversion: [ f44, rawhide ]
runs-on: $${{ matrix.fedoraversion }}-minimal-rpmbuild
steps:
- name: Check out repository code
+2 -2
View File
@@ -1,3 +1,3 @@
# basic-rpm-template
# ${REPO_NAME}
A template that only contains the copr and rpm builder workflow files
${REPO_DESCRIPTION}