Skip to content
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
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,15 @@ jobs:
image_alias: "nirizite"
base_image: "ghcr.io/ublue-os/bazzite-gnome:latest"
image_desc: "Bazzite with Niri"

- image_name: "nirizite-kde"
image_alias: "nirizite-kde"
base_image: "ghcr.io/ublue-os/bazzite:latest"
image_desc: "Bazzite KDE with Niri"
- image_name: "nirirora"
image_alias: "nirizite"
base_Image: "ghcr.io/ublue-os/aurora-dx:latest"
image_desc: "Aurora With Niri"

steps:
# These stage versions are pinned by https://github.com/renovatebot/renovate
- name: Free Disk Space (Ubuntu)
Expand Down
2 changes: 1 addition & 1 deletion build_files/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if [[ "${ID}" == "bazzite" || "${ID_LIKE}" == *"bazzite"* ]]; then
log "Bazzite variant detected — installing variant packages..."
# we do all package installs in one rpm-ostree command
# so that we create minimal layers in the final image
dnf5 install --setopt=install_weak_deps=False -y \
dnf5 install --skip-broken --setopt=install_weak_deps=False -y \
"${FONTS[@]}" \
"${NIRI_PKGS[@]}" \
"${ADDITIONAL_SYSTEM_APPS[@]}" \
Expand Down
Loading