Skip to content

Commit 95e7031

Browse files
Removed Debian Buster (EOL) and Ubuntu Focal Fossa (EOL)
1 parent a233524 commit 95e7031

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.github/workflows/build_deb_rpm.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [
35-
{ distribution: ubuntu, codename: focal, description: Ubuntu 20.04 (Focal Fossa), qt_version: '5' }, # Qt 6 not available
3635
{ distribution: ubuntu, codename: jammy, description: Ubuntu 22.04 (Jammy Jellyfish), qt_version: '6' },
3736
{ distribution: ubuntu, codename: noble, description: Ubuntu 24.04 (Noble Numbat), qt_version: '6' },
3837
{ distribution: ubuntu, codename: oracular, description: Ubuntu 24.10 (Oracular Oriole), qt_version: '6' },
3938
{ distribution: ubuntu, codename: plucky, description: Ubuntu 25.04 (Plucky Puffin), qt_version: '6' },
40-
{ distribution: debian, codename: buster, description: Debian 10.x (Buster), qt_version: '5' }, # Qt 6 not available
41-
{ distribution: debian, codename: bullseye, description: Debian 11.x (Bullseye), qt_version: '5' }, # Qt 6 only available from bullseye-backports
39+
{ distribution: debian, codename: bullseye, description: Debian 11.x (Bullseye), qt_version: '5' }, # Qt 6 only available on amd64, arm64 and armv7
4240
{ distribution: debian, codename: bookworm, description: Debian 12.x (Bookworm), qt_version: '6' },
4341
{ distribution: debian, codename: trixie, description: Debian 13.x (Trixie), qt_version: '6' },
4442
{ distribution: fedora, codename: 39, description: Fedora 39, qt_version: '6' },
@@ -55,8 +53,6 @@ jobs:
5553
exclude:
5654
- os: { distribution: ubuntu }
5755
architecture: [ armhf, linux/arm/v6 ]
58-
- os: { distribution: debian, codename: buster, }
59-
architecture: [ armhf, linux/arm/v7 ]
6056
- os: { distribution: debian, codename: bullseye, }
6157
architecture: [ armhf, linux/arm/v7 ]
6258
- os: { distribution: debian, codename: bookworm, }

debian/distributions

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
Origin: Hyperion-Project
2-
Label: releases.hyperion-project.org
3-
Codename: focal
4-
Architectures: amd64 armhf arm64
5-
Components: main
6-
Description: Official APT Repository by Hyperion Project
7-
SignWith: yes
8-
91
Origin: Hyperion-Project
102
Label: releases.hyperion-project.org
113
Codename: jammy
@@ -38,15 +30,6 @@ Components: main
3830
Description: Official APT Repository by Hyperion Project
3931
SignWith: yes
4032

41-
Origin: Hyperion-Project
42-
Label: releases.hyperion-project.org
43-
Suite: oldoldstable
44-
Codename: buster
45-
Architectures: amd64 armhf arm64
46-
Components: main
47-
Description: Official APT Repository by Hyperion Project
48-
SignWith: yes
49-
5033
Origin: Hyperion-Project
5134
Label: releases.hyperion-project.org
5235
Suite: oldstable

0 commit comments

Comments
 (0)