chore: use -main instead of -nvidia

This commit is contained in:
Bastien Riviere 2024-05-03 22:18:14 +02:00
parent 5fc7752d44
commit 28b7fab81c
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -35,7 +35,7 @@ ARG SOURCE_IMAGE="base"
# - stable-zfs
# - stable-nvidia-zfs
# - (and the above with testing rather than stable)
ARG SOURCE_SUFFIX="-nvidia"
ARG SOURCE_SUFFIX="-main"
## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest
ARG SOURCE_TAG="${FEDORA_MAJOR_VERSION}"