Create pg-desktop-nvidia recipe
This commit is contained in:
@@ -66,7 +66,7 @@ base-images:
|
|||||||
- base-combo.yml
|
- base-combo.yml
|
||||||
- base-combo-nvidia.yml
|
- base-combo-nvidia.yml
|
||||||
- base-kinoite.yml
|
- base-kinoite.yml
|
||||||
# - base-kinoite-nvidia.yml
|
- base-kinoite-nvidia.yml
|
||||||
|
|
||||||
wke-images:
|
wke-images:
|
||||||
extends:
|
extends:
|
||||||
@@ -94,6 +94,18 @@ kinoite-images:
|
|||||||
- RECIPE:
|
- RECIPE:
|
||||||
- cp-laptop.yml
|
- cp-laptop.yml
|
||||||
|
|
||||||
|
kinoite-nvidia-images:
|
||||||
|
extends:
|
||||||
|
- .build
|
||||||
|
stage: build
|
||||||
|
needs:
|
||||||
|
- job: 'base-images: [base-kinoite-nvidia.yml]'
|
||||||
|
optional: true
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- RECIPE:
|
||||||
|
- pg-laptop.yml
|
||||||
|
|
||||||
combo-images:
|
combo-images:
|
||||||
extends:
|
extends:
|
||||||
- .build
|
- .build
|
||||||
|
|||||||
@@ -24,7 +24,4 @@ modules:
|
|||||||
- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
|
- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
|
||||||
- from-file: common/ms-fonts.yml
|
- from-file: common/ms-fonts.yml
|
||||||
- from-file: common/updates.yml
|
- from-file: common/updates.yml
|
||||||
- type: copy
|
|
||||||
src: files/base/usr/share/plymouth
|
|
||||||
dest: /usr/share/plymouth
|
|
||||||
- from-file: common/post-build.yml
|
- from-file: common/post-build.yml
|
||||||
|
|||||||
14
recipes/pg-desktop-nvidia.yml
Normal file
14
recipes/pg-desktop-nvidia.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||||
|
name: pg-desktop-nvidia
|
||||||
|
|
||||||
|
# Custom Base
|
||||||
|
base-image: registry.gitlab.com/wunker-bunker/wunker-os/kinoite-nvidia
|
||||||
|
image-version: 42
|
||||||
|
description: The image of Wunker OS for PG's desktop gaming.
|
||||||
|
modules:
|
||||||
|
- from-file: common/common.yml
|
||||||
|
- from-file: common/updates.yml
|
||||||
|
- from-file: common/gaming.yml
|
||||||
|
- from-file: common/ms-fonts.yml
|
||||||
|
- from-file: common/post-build.yml
|
||||||
Reference in New Issue
Block a user