Compare commits
1 Commits
9c01769ab9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ec874ffb19 |
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -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
|
||||
@@ -33,9 +33,6 @@ jobs:
|
||||
|
||||
# the build is fully handled by the reusable github action
|
||||
- name: Build Custom Image
|
||||
env:
|
||||
_BUILDAH_STARTED_IN_USERNS: ""
|
||||
BUILDAH_ISOLATION: chroot
|
||||
uses: blue-build/github-action@v1.8
|
||||
with:
|
||||
recipe: ${{ matrix.recipe }}
|
||||
@@ -45,6 +42,4 @@ 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"
|
||||
use_unstable_cli: "true"
|
||||
maximize_build_space: true
|
||||
|
||||
@@ -4,6 +4,7 @@ modules:
|
||||
enabled:
|
||||
- bootc-fetch-updates.timer
|
||||
- flatpak-system-update.timer
|
||||
- lactd.service
|
||||
user:
|
||||
enabled:
|
||||
- flatpak-user-update.timer
|
||||
|
||||
@@ -2,6 +2,8 @@ modules:
|
||||
- type: dnf
|
||||
repos:
|
||||
nonfree: rpmfusion
|
||||
copr:
|
||||
- ilyaz/LACT
|
||||
install:
|
||||
packages:
|
||||
# applications
|
||||
@@ -22,14 +24,6 @@ modules:
|
||||
|
||||
# text editor
|
||||
- neovim
|
||||
|
||||
# software store
|
||||
- gnome-software
|
||||
|
||||
# disk management
|
||||
- gnome-disk-utility
|
||||
|
||||
- qdirstat
|
||||
|
||||
# kdeconnect
|
||||
- kde-connect
|
||||
@@ -41,6 +35,19 @@ modules:
|
||||
|
||||
# gtk
|
||||
- nwg-look
|
||||
|
||||
# software store
|
||||
- gnome-software
|
||||
|
||||
# disk management
|
||||
- gnome-disk-utility
|
||||
|
||||
# diagnostics
|
||||
- qdirstat
|
||||
|
||||
- lact
|
||||
|
||||
- btop
|
||||
|
||||
# zsh
|
||||
- zsh
|
||||
|
||||
Reference in New Issue
Block a user