Build 40 and 39
This commit is contained in:
@@ -15,7 +15,7 @@ build-image:
|
|||||||
stage: build
|
stage: build
|
||||||
interruptible: true
|
interruptible: true
|
||||||
image:
|
image:
|
||||||
name: ghcr.io/blue-build/cli:main
|
name: ghcr.io/blue-build/cli:alt-tags
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
@@ -24,6 +24,8 @@ build-image:
|
|||||||
- RECIPE:
|
- RECIPE:
|
||||||
- jp-desktop.yml
|
- jp-desktop.yml
|
||||||
- jp-laptop.yml
|
- jp-laptop.yml
|
||||||
|
- jp-desktop-39.yml
|
||||||
|
- jp-laptop-39.yml
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2376
|
DOCKER_HOST: tcp://docker:2376
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
|
|||||||
11
config/scripts/install-gamescope-plus.sh
Normal file
11
config/scripts/install-gamescope-plus.sh
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -ueo pipefail
|
||||||
|
|
||||||
|
git clone https://github.com/KyleGospo/gamescope-session.git /tmp/gamescope-session
|
||||||
|
|
||||||
|
cd /tmp/gamescope-session
|
||||||
|
|
||||||
|
cp -rf usr/* /usr
|
||||||
|
|
||||||
|
[ -f /usr/share/gamescope-session-plus/gamescope-session-plus ]
|
||||||
@@ -4,3 +4,6 @@ modules:
|
|||||||
- steam-firewall: /usr
|
- steam-firewall: /usr
|
||||||
- type: r2modman
|
- type: r2modman
|
||||||
version: 3.1.48
|
version: 3.1.48
|
||||||
|
- type: script
|
||||||
|
scripts:
|
||||||
|
- install-gamescope-plus.sh
|
||||||
|
|||||||
9
recipes/jp-desktop-39.yml
Normal file
9
recipes/jp-desktop-39.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: jp-desktop
|
||||||
|
base-image: ghcr.io/ublue-os/bazzite-nvidia
|
||||||
|
image-version: 39
|
||||||
|
alt-tags:
|
||||||
|
- gts
|
||||||
|
- stable
|
||||||
|
description: The image of Wunker OS for JP's desktop gaming.
|
||||||
|
modules:
|
||||||
|
- from-file: common/jp-desktop.yml
|
||||||
9
recipes/jp-laptop-39.yml
Normal file
9
recipes/jp-laptop-39.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: jp-laptop
|
||||||
|
base-image: ghcr.io/ublue-os/bazzite
|
||||||
|
image-version: 39
|
||||||
|
alt-tags:
|
||||||
|
- gts
|
||||||
|
- stable
|
||||||
|
description: The image of Wunker OS for JP's Laptop.
|
||||||
|
modules:
|
||||||
|
- from-file: common/jp-laptop.yml
|
||||||
Reference in New Issue
Block a user