File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- ARG FEDORA_MAJOR_VERSION=40
1+ ARG FEDORA_MAJOR_VERSION=41
22
33# FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
44FROM ghcr.io/ublue-os/silverblue-asus-nvidia:${FEDORA_MAJOR_VERSION}
55ARG FEDORA_MAJOR_VERSION
66RUN sed -i "s|^NAME=.*|NAME=nxtcoder17 edition silverblue ${FEDORA_MAJOR_VERSION}|" /usr/lib/os-release
77RUN 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
109RUN 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
1212RUN rpm-ostree cleanup -m && ostree container commit
You can’t perform that action at this time.
0 commit comments