Compare commits

..

2 Commits

Author SHA1 Message Date
98e905910f Switching back to ubuntu-latest to attempt to use rechunk
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m47s
2025-10-10 12:11:28 -04:00
2dc225bece Attempt rechunking again 2025-10-10 12:11:28 -04:00
5 changed files with 11 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ concurrency:
jobs:
bluebuild:
name: Build Custom Image
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
@@ -42,5 +42,5 @@ jobs:
pr_event_number: ${{ github.event.number }}
# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: "true"
rechunk: "true"
maximize_build_space: true
rechunk: true

View File

@@ -1,5 +0,0 @@
modules:
- type: script
snippets:
- "sudo cp -n -r /usr/etc /etc"
- "sudo rm -rf /usr/etc"

View File

@@ -4,7 +4,6 @@ modules:
enabled:
- bootc-fetch-updates.timer
- flatpak-system-update.timer
- lactd.service
user:
enabled:
- flatpak-user-update.timer

View File

@@ -2,8 +2,6 @@ modules:
- type: dnf
repos:
nonfree: rpmfusion
copr:
- ilyaz/LACT
install:
packages:
# applications
@@ -25,6 +23,14 @@ modules:
# text editor
- neovim
# software store
- gnome-software
# disk management
- gnome-disk-utility
- qdirstat
# kdeconnect
- kde-connect
@@ -36,19 +42,6 @@ modules:
# gtk
- nwg-look
# software store
- gnome-software
# disk management
- gnome-disk-utility
# diagnostics
- qdirstat
- lact
- btop
# zsh
- zsh
# zoxide for z stuff

View File

@@ -17,7 +17,6 @@ modules:
- from-file: components/sys-files-module.yml
- from-file: components/systemd-module.yml
- from-file: components/chezmoi-module.yml
- from-file: components/cleanup-usr-etc.yml
- type: signing