Compare commits

...

3 Commits

Author SHA1 Message Date
9ec681a418 Revert to no env
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33m19s
2025-10-17 21:59:58 -04:00
2b5621f925 Return to stable cli
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 21m20s
2025-10-17 11:41:35 -04:00
fbb1362bcb Cleanup /usr/etc for linter
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33m51s
2025-10-16 11:36:18 -04:00
3 changed files with 6 additions and 4 deletions

View File

@@ -33,9 +33,6 @@ 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 }}
@@ -47,4 +44,3 @@ jobs:
# 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" rechunk: "true"
use_unstable_cli: "true"

View File

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

View File

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