Skip to content

Commit 1e91fa8

Browse files
committed
feat: moving to fedora 41
1 parent 7e19c46 commit 1e91fa8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
major_version: [40,39]
42+
major_version: [41]
4343
include:
44-
- major_version: 40
44+
- major_version: 41
4545
is_latest: true
4646
is_stable: true
47-
- major_version: 39
48-
is_latest: false
49-
is_stable: false
47+
# - major_version: 39
48+
# is_latest: false
49+
# is_stable: false
5050

5151
steps:
5252
- name: Checkout repository

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
ARG FEDORA_MAJOR_VERSION=40
1+
ARG FEDORA_MAJOR_VERSION=41
22

33
# FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
44
FROM ghcr.io/ublue-os/silverblue-asus-nvidia:${FEDORA_MAJOR_VERSION}
55
ARG FEDORA_MAJOR_VERSION
66
RUN sed -i "s|^NAME=.*|NAME=nxtcoder17 edition silverblue ${FEDORA_MAJOR_VERSION}|" /usr/lib/os-release
77
RUN sed -i "s|^PRETTY_NAME=.*|PRETTY_NAME=nxtcoder17 edition silverblue ${FEDORA_MAJOR_VERSION}|" /usr/lib/os-release
88

9-
# RUN rpm-ostree install kitty distrobox picom docker wayfire hyprland
109
RUN rpm-ostree override remove firefox firefox-langpacks
11-
RUN rpm-ostree install kitty distrobox picom docker
10+
RUN rpm-ostree install kitty distrobox picom docker wayfire hyprland
11+
# RUN rpm-ostree install kitty distrobox picom docker xorg-x11-server-Xephyr
1212
RUN rpm-ostree cleanup -m && ostree container commit

0 commit comments

Comments
 (0)