Install ares
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
|
||||
stages:
|
||||
- from: fedora
|
||||
name: ares
|
||||
modules:
|
||||
- type: script
|
||||
env:
|
||||
ARES_VERSION: v147
|
||||
scripts:
|
||||
- build-ares.sh
|
||||
modules:
|
||||
- type: files
|
||||
files:
|
||||
- source: steam-firewall
|
||||
destination: /
|
||||
- source: archipelago
|
||||
destination: /
|
||||
- type: dnf
|
||||
repos:
|
||||
cleanup: true
|
||||
@@ -16,6 +19,19 @@ modules:
|
||||
- https://github.com/ebkr/r2modmanPlus/releases/download/v3.2.10/r2modman-3.2.10.x86_64.rpm
|
||||
- steam
|
||||
- mono-core
|
||||
|
||||
- type: files
|
||||
files:
|
||||
- source: steam-firewall
|
||||
destination: /
|
||||
- source: archipelago
|
||||
destination: /
|
||||
|
||||
- type: script
|
||||
scripts:
|
||||
- install-archipelago.sh
|
||||
|
||||
- type: copy
|
||||
from: ares
|
||||
src: /out
|
||||
dest: /usr/
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
|
||||
stages:
|
||||
- from-file: common/gaming.yml
|
||||
modules:
|
||||
- from-file: common/common.yml
|
||||
- from-file: common/pipewire-tweaks.yml
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
|
||||
stages:
|
||||
- from-file: common/jp-common.yml
|
||||
modules:
|
||||
- type: files
|
||||
files:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
|
||||
stages:
|
||||
- from-file: common/jp-common.yml
|
||||
modules:
|
||||
# - from-file: common/bootc-setup.yml
|
||||
- type: dnf
|
||||
|
||||
@@ -6,9 +6,8 @@ image-version: latest
|
||||
description: The image of Wunker OS for JP's desktop gaming.
|
||||
blue-build-tag: none
|
||||
nushell-version: none
|
||||
# stages:
|
||||
# - from-file: common/helix.yml
|
||||
stages:
|
||||
- from-file: common/jp-desktop.yml
|
||||
modules:
|
||||
- from-file: common/jp-desktop.yml
|
||||
# - from-file: common/helix.yml
|
||||
- from-file: common/post-build.yml
|
||||
|
||||
@@ -4,9 +4,8 @@ name: jp-laptop
|
||||
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/combo
|
||||
image-version: latest
|
||||
description: The image of Wunker OS for JP's Laptop.
|
||||
# stages:
|
||||
# - from-file: common/helix.yml
|
||||
stages:
|
||||
- from-file: common/jp-laptop.yml
|
||||
modules:
|
||||
- from-file: common/jp-laptop.yml
|
||||
# - from-file: common/helix.yml
|
||||
- from-file: common/post-build.yml
|
||||
|
||||
@@ -4,6 +4,8 @@ name: pg-desktop-nvidia
|
||||
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/kinoite-nvidia
|
||||
image-version: latest
|
||||
description: The image of Wunker OS for PG's desktop gaming.
|
||||
stages:
|
||||
- from-file: common/gaming.yml
|
||||
modules:
|
||||
- from-file: common/common.yml
|
||||
- from-file: common/updates.yml
|
||||
|
||||
Reference in New Issue
Block a user