This change updates the akmods module to pull the new nvidia images. The new property will be a boolean with property name of `nvidia`. If a user continues to use the old `nvidia-version` property, a warning will be printed telling them to switch to the new property. The old images will still be allowed to be used to support backwards compatibility.
22 lines
433 B
YAML
22 lines
433 B
YAML
# TODO: Add back installs after upstream issues are fixed
|
|
|
|
modules:
|
|
# Tests installing rpms from a combo image stage
|
|
- type: akmods
|
|
base: surface
|
|
nvidia: true
|
|
# install:
|
|
# - nvidia
|
|
# - openrazer
|
|
# - openrgb
|
|
|
|
# Tests pulling main image
|
|
- type: akmods
|
|
|
|
# Tests pulling image for main nvidia
|
|
- type: akmods
|
|
nvidia: true
|
|
|
|
# Test pulling image for base asus
|
|
- type: akmods
|
|
base: asus
|