42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: jp-desktop-nvidia
|
|
# Bazzite
|
|
# base-image: ghcr.io/ublue-os/bazzite-nvidia-open
|
|
# image-version: "42.20250828.1"
|
|
|
|
# Custom Base
|
|
base-image: registry.gitlab.com/wunker-bunker/wunker-os/combo-nvidia
|
|
# base-image: registry.gitlab.com/wunker-bunker/wunker-os/cosmic-nvidia
|
|
image-version: 42
|
|
description: The image of Wunker OS for JP's desktop gaming.
|
|
blue-build-tag: none
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
nushell-version: none
|
|
stages:
|
|
- from-file: common/helix.yml
|
|
# - name: cosmic-comp
|
|
# from: rust
|
|
# modules:
|
|
# - type: cosmic
|
|
# source: local
|
|
# component: cosmic-comp
|
|
# # ref: bebd7c5c40c038470d2eef0501a3efb34f2df966 # Known bug commit
|
|
# # ref: db13eea91c15ca57d76454432d1fb9c09c51ba8c # Last known working commit
|
|
# ref: 605bb63a4de640b77f6d3017238ece48cb286933 # supposed fix
|
|
modules:
|
|
- type: os-release
|
|
properties:
|
|
NAME: WunkerOS
|
|
ID: wunker_os
|
|
PRETTY_NAME: Wunker OS for Nvidia
|
|
- from-file: common/jp-desktop.yml
|
|
- from-file: common/helix.yml
|
|
# - type: copy
|
|
# from: cosmic-comp
|
|
# src: /out/cosmic-comp
|
|
# dest: /usr/bin/cosmic-comp
|
|
- from-file: common/post-build.yml
|