Skip to content

Commit f0bb9d4

Browse files
drop f41 builds
1 parent 8f1fd6e commit f0bb9d4

File tree

3 files changed

+0
-101
lines changed

3 files changed

+0
-101
lines changed

.github/workflows/build-umu-fedora-41.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ jobs:
1111
name: Describe
1212
uses: ./.github/workflows/build-umu-version.yml
1313

14-
fedora41-build:
15-
name: Fedora 41 Build
16-
uses: ./.github/workflows/build-umu-fedora-41.yml
17-
needs: version
18-
with:
19-
version: ${{ needs.version.outputs.version }}
20-
shasum: ${{ github.sha }}
21-
2214
fedora42-build:
2315
name: Fedora 42 Build
2416
uses: ./.github/workflows/build-umu-fedora-42.yml

.github/workflows/release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,6 @@ on:
55
types: [published]
66

77
jobs:
8-
fedora41-build:
9-
name: Fedora 41 Build
10-
uses: ./.github/workflows/build-umu-fedora-41.yml
11-
with:
12-
version: ${{ github.ref_name }}
13-
shasum: ${{ github.sha }}
14-
fedora41-release:
15-
name: Fedora 41 Release ${{ github.ref_name }}
16-
needs: fedora41-build
17-
uses: ./.github/workflows/build-umu-publish-release.yml
18-
with:
19-
version: ${{ github.ref_name }}
20-
file1: umu-launcher-${{ github.ref_name }}.fc41.rpm
21-
name1: umu-launcher-${{ github.ref_name }}.fc41.rpm
22-
238
fedora42-build:
249
name: Fedora 42 Build
2510
uses: ./.github/workflows/build-umu-fedora-42.yml

0 commit comments

Comments
 (0)