Compare commits
33 Commits
9c01769ab9
...
fda8718761
| Author | SHA1 | Date | |
|---|---|---|---|
| fda8718761 | |||
| 3370a20328 | |||
| 70ce259afd | |||
| 62ad2a4347 | |||
| 90c986efd7 | |||
| 9d6d0ce42c | |||
| bd2c71d547 | |||
| debda3de3f | |||
| 62805ea6cc | |||
| f49a7f04c8 | |||
| c4dc5f4d74 | |||
| eb2529b601 | |||
| a8c75c8c07 | |||
| c4eceb803f | |||
| ecdc3b5811 | |||
| 6357822a73 | |||
| f476d7370e | |||
| 83825e2360 | |||
| 195132f9c3 | |||
| b5ba3ad1c1 | |||
| 28b267ed71 | |||
| f7e14fdefd | |||
| bac6009afc | |||
| 7fa27982d2 | |||
| 692f87d29e | |||
| 5216a9e2c6 | |||
| 745cda9474 | |||
| 4c60587159 | |||
| 264d207261 | |||
| 1b003073ab | |||
| 2bbbee9423 | |||
| 158219a750 | |||
| ec874ffb19 |
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -18,7 +18,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
bluebuild:
|
bluebuild:
|
||||||
name: Build Custom Image
|
name: Build Custom Image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
@@ -33,6 +33,9 @@ jobs:
|
|||||||
|
|
||||||
# the build is fully handled by the reusable github action
|
# the build is fully handled by the reusable github action
|
||||||
- name: Build Custom Image
|
- name: Build Custom Image
|
||||||
|
env:
|
||||||
|
_BUILDAH_STARTED_IN_USERNS: ""
|
||||||
|
BUILDAH_ISOLATION: chroot
|
||||||
uses: blue-build/github-action@v1.8
|
uses: blue-build/github-action@v1.8
|
||||||
with:
|
with:
|
||||||
recipe: ${{ matrix.recipe }}
|
recipe: ${{ matrix.recipe }}
|
||||||
@@ -42,4 +45,6 @@ jobs:
|
|||||||
pr_event_number: ${{ github.event.number }}
|
pr_event_number: ${{ github.event.number }}
|
||||||
|
|
||||||
# enabled by default, disable if your image is small and you want faster builds
|
# enabled by default, disable if your image is small and you want faster builds
|
||||||
maximize_build_space: true
|
maximize_build_space: "true"
|
||||||
|
rechunk: "true"
|
||||||
|
use_unstable_cli: "true"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ modules:
|
|||||||
enabled:
|
enabled:
|
||||||
- bootc-fetch-updates.timer
|
- bootc-fetch-updates.timer
|
||||||
- flatpak-system-update.timer
|
- flatpak-system-update.timer
|
||||||
|
- lactd.service
|
||||||
user:
|
user:
|
||||||
enabled:
|
enabled:
|
||||||
- flatpak-user-update.timer
|
- flatpak-user-update.timer
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ modules:
|
|||||||
- type: dnf
|
- type: dnf
|
||||||
repos:
|
repos:
|
||||||
nonfree: rpmfusion
|
nonfree: rpmfusion
|
||||||
|
copr:
|
||||||
|
- ilyaz/LACT
|
||||||
install:
|
install:
|
||||||
packages:
|
packages:
|
||||||
# applications
|
# applications
|
||||||
@@ -22,14 +24,6 @@ modules:
|
|||||||
|
|
||||||
# text editor
|
# text editor
|
||||||
- neovim
|
- neovim
|
||||||
|
|
||||||
# software store
|
|
||||||
- gnome-software
|
|
||||||
|
|
||||||
# disk management
|
|
||||||
- gnome-disk-utility
|
|
||||||
|
|
||||||
- qdirstat
|
|
||||||
|
|
||||||
# kdeconnect
|
# kdeconnect
|
||||||
- kde-connect
|
- kde-connect
|
||||||
@@ -41,6 +35,19 @@ modules:
|
|||||||
|
|
||||||
# gtk
|
# gtk
|
||||||
- nwg-look
|
- nwg-look
|
||||||
|
|
||||||
|
# software store
|
||||||
|
- gnome-software
|
||||||
|
|
||||||
|
# disk management
|
||||||
|
- gnome-disk-utility
|
||||||
|
|
||||||
|
# diagnostics
|
||||||
|
- qdirstat
|
||||||
|
|
||||||
|
- lact
|
||||||
|
|
||||||
|
- btop
|
||||||
|
|
||||||
# zsh
|
# zsh
|
||||||
- zsh
|
- zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user