Skip to content

Commit a2fcc9d

Browse files
authored
feat: Fedora 37 is EOL 2023-12-05 (#101)
1 parent 04b2c36 commit a2fcc9d

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
kernel_flavor: [main, asus, fsync, surface]
2424
cfile_suffix: [common, nvidia]
25-
major_version: [37, 38, 39]
25+
major_version: [38, 39]
2626
nvidia_version: [0, 470, 545]
2727
exclude:
2828
- cfile_suffix: common
@@ -31,14 +31,8 @@ jobs:
3131
nvidia_version: 545
3232
- cfile_suffix: nvidia
3333
nvidia_version: 0
34-
- kernel_flavor: asus
35-
major_version: 37
36-
- kernel_flavor: fsync
37-
major_version: 37
3834
- kernel_flavor: fsync
3935
major_version: 38
40-
- kernel_flavor: surface
41-
major_version: 37
4236
- kernel_flavor: surface
4337
nvidia_version: 470
4438
steps:

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ The majority of the drivers are tagged with `KERNEL_TYPE-FEDORA_RELEASE`. NVIDIA
4040

4141
| KERNEL_TYPE | FEDORA_RELEASE | TAG |
4242
| - | - | - |
43-
| Fedora stock kernel | 37 | `main-37`, `main-37-470` `main-37-545` |
44-
| | 38 | `main-38`, `main-38-470` `main-38-545` |
45-
| | 39 | `main-38`, `main-38-470` `main-38-545` |
43+
| Fedora stock kernel | 38 | `main-38`, `main-38-470` `main-38-545` |
44+
| | 39 | `main-39`, `main-39-470` `main-39-545` |
4645
| [patched for ASUS devices](https://copr.fedorainfracloud.org/coprs/lukenukem/asus-kernel) | 38 | `asus-38`, `asus-38-470` `asus-38-545` |
4746
| | 39 | `asus-39`, `asus-39-470` `asus-39-545` |
4847
| [patched Microsoft Surface devices](https://github.com/linux-surface/linux-surface/) | 38 | `surface-38`, `surface-38-545` |
@@ -80,7 +79,7 @@ If you have a kmod you want to contribute send a pull request by adding a script
8079

8180
# Verification
8281

83-
These images are signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/overview/). You can verify the signature by downloading the `cosign.pub` key from this repo and running the following command, replacing `RELEASE` with either `37` or `38`:
82+
These images are signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/overview/). You can verify the signature by downloading the `cosign.pub` key from this repo and running the following command, replacing `RELEASE` with either `38` or `39`:
8483

8584
cosign verify --key cosign.pub ghcr.io/ublue-os/akmods:RELEASE
8685

build-prep.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ fi
1717
# enable RPMs with alternatives to create them in this image build
1818
mkdir -p /var/lib/alternatives
1919

20-
# allow simple `dnf install` style commands to work (in some spec scripts)
21-
if [[ "${RELEASE}" -eq "37" ]]; then
22-
ln -s /usr/bin/rpm-ostree /usr/bin/dnf
23-
fi
24-
2520
# enable more repos
2621
rpm-ostree install \
2722
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-${RELEASE}.noarch.rpm \

0 commit comments

Comments
 (0)