Try installing steam directly for cosmic image

This commit is contained in:
Gerald Pinder
2024-10-13 12:11:54 -04:00
parent b0b9307fcd
commit 534edcfdcb
3 changed files with 9 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ stages:
build-image: build-image:
stage: build stage: build
interruptible: true interruptible: true
image: ghcr.io/blue-build/cli:main image: ghcr.io/blue-build/cli:186-feat-incorporate-jsonschema-for-validating-recipe-files
# image: ghcr.io/blue-build/cli:main
services: services:
- docker:dind - docker:dind
parallel: parallel:

View File

@@ -1,3 +1,5 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-desktop-nvidia name: jp-desktop-nvidia
base-image: ghcr.io/ublue-os/bazzite-nvidia base-image: ghcr.io/ublue-os/bazzite-nvidia
image-version: 40 image-version: 40

View File

@@ -1,3 +1,5 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-laptop-cosmic name: jp-laptop-cosmic
base-image: ghcr.io/ublue-os/cosmic base-image: ghcr.io/ublue-os/cosmic
image-version: 40 image-version: 40
@@ -6,4 +8,7 @@ stages:
- from-file: common/helix.yml - from-file: common/helix.yml
modules: modules:
- from-file: common/jp-laptop.yml - from-file: common/jp-laptop.yml
- type: rpm-ostree
install:
- steam
- from-file: common/helix.yml - from-file: common/helix.yml