fix: Pull extra akmods image too (#169)

Adds the new `-extra` image from akmods image
This commit is contained in:
Gerald Pinder 2024-04-27 15:01:06 -04:00 committed by GitHub
parent 92150693d4
commit 3898202bc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 35 additions and 15 deletions

View file

@ -2,16 +2,16 @@
modules:
# Tests installing rpms from a combo image stage
- type: akmods
install:
- nct6687d
- openrazer
- openrgb
# Tests pulling surface image
- type: akmods
base: surface
nvidia: true
# install:
# - nvidia
# - openrazer
# - openrgb
# Tests pulling main image
- type: akmods
# Tests pulling image for main nvidia
- type: akmods
@ -20,3 +20,4 @@ modules:
# Test pulling image for base asus
- type: akmods
base: asus
nvidia: true

View file

@ -1,6 +1,6 @@
name: cli/test
description: This is my personal OS image.
base-image: ghcr.io/ublue-os/silverblue-surface
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 39
modules:
- from-file: akmods.yml