fix: Pull extra akmods image too (#169)
Adds the new `-extra` image from akmods image
This commit is contained in:
parent
92150693d4
commit
3898202bc3
6 changed files with 35 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue