mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-03 20:07:53 +00:00
fix: bluefin-dx builds
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -84,6 +84,8 @@ jobs:
|
||||
- recipes/desktop/recipe-cinnamon-nvidia-userns.yml
|
||||
- recipes/desktop/recipe-bluefin-main-userns.yml
|
||||
- recipes/desktop/recipe-bluefin-nvidia-userns.yml
|
||||
- recipes/desktop/recipe-bluefin-dx-main-userns.yml
|
||||
- recipes/desktop/recipe-bluefin-dx-nvidia-userns.yml
|
||||
- recipes/desktop/recipe-sericea-main-userns.yml
|
||||
- recipes/desktop/recipe-sericea-nvidia-userns.yml
|
||||
- recipes/desktop/recipe-wayblue-wayfire-main-userns.yml
|
||||
@@ -97,6 +99,8 @@ jobs:
|
||||
- recipes/laptop/recipe-cinnamon-nvidia-laptop-userns.yml
|
||||
- recipes/laptop/recipe-bluefin-main-laptop-userns.yml
|
||||
- recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml
|
||||
- recipes/laptop/recipe-bluefin-dx-main-laptop-userns.yml
|
||||
- recipes/laptop/recipe-bluefin-dx-nvidia-laptop-userns.yml
|
||||
- recipes/laptop/recipe-sericea-main-laptop-userns.yml
|
||||
- recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml
|
||||
- recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml
|
||||
@@ -105,6 +109,7 @@ jobs:
|
||||
- recipes/laptop/recipe-silverblue-framework-userns.yml
|
||||
- recipes/laptop/recipe-kinoite-framework-userns.yml
|
||||
- recipes/laptop/recipe-bluefin-framework-userns.yml
|
||||
- recipes/laptop/recipe-bluefin-dx-framework-userns.yml
|
||||
- recipes/laptop/recipe-sericea-framework-userns.yml
|
||||
# server
|
||||
- recipes/server/recipe-server-main-userns.yml
|
||||
|
||||
21
config/recipes/laptop/recipe-bluefin-dx-framework-userns.yml
Normal file
21
config/recipes/laptop/recipe-bluefin-dx-framework-userns.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: bluefin-framework-userns-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "Bluefin framework with some hardening applied"
|
||||
|
||||
# the base image to build on top of (FROM) and the version tag to use
|
||||
base-image: ghcr.io/ublue-os/bluefin-dx-framework
|
||||
image-version: 39
|
||||
|
||||
# list of modules, executed in order
|
||||
# you can include multiple instances of the same module
|
||||
modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: recipes/laptop/laptop-bling.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- type: yafti
|
||||
Reference in New Issue
Block a user