Create broken recipe for testing

This commit is contained in:
2025-09-02 16:56:13 -04:00
parent 978f5da690
commit b86c7d4fbd
2 changed files with 22 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ build-image:
- RECIPE:
- cp-laptop.yml
- jp-desktop-nvidia.yml
- jp-desktop-broken.yml
- wke-server.yml
- wke-worker.yml
- jp-laptop.yml

View File

@@ -0,0 +1,21 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-desktop-nvidia
base-image: ghcr.io/ublue-os/bazzite-nvidia-open
image-version: stable
description: The image of Wunker OS for JP's desktop gaming.
blue-build-tag: none
nushell-version: none
alt-tags:
- broken
stages:
- from-file: common/helix.yml
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
- from-file: common/post-build.yml