Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fedora 37 is EOL 2023-12-05 #101

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
kernel_flavor: [main, asus, fsync, surface]
cfile_suffix: [common, nvidia]
major_version: [37, 38, 39]
major_version: [38, 39]
nvidia_version: [0, 470, 545]
exclude:
- cfile_suffix: common
Expand All @@ -31,14 +31,8 @@ jobs:
nvidia_version: 545
- cfile_suffix: nvidia
nvidia_version: 0
- kernel_flavor: asus
major_version: 37
- kernel_flavor: fsync
major_version: 37
- kernel_flavor: fsync
major_version: 38
- kernel_flavor: surface
major_version: 37
- kernel_flavor: surface
nvidia_version: 470
steps:
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ The majority of the drivers are tagged with `KERNEL_TYPE-FEDORA_RELEASE`. NVIDIA

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

# Verification

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`:
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`:

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

5 changes: 0 additions & 5 deletions build-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ fi
# enable RPMs with alternatives to create them in this image build
mkdir -p /var/lib/alternatives

# allow simple `dnf install` style commands to work (in some spec scripts)
if [[ "${RELEASE}" -eq "37" ]]; then
ln -s /usr/bin/rpm-ostree /usr/bin/dnf
fi

# enable more repos
rpm-ostree install \
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-${RELEASE}.noarch.rpm \
Expand Down
Loading