chore: use -main instead of -nvidia
This commit is contained in:
parent
5fc7752d44
commit
28b7fab81c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ARG SOURCE_IMAGE="base"
|
||||||
# - stable-zfs
|
# - stable-zfs
|
||||||
# - stable-nvidia-zfs
|
# - stable-nvidia-zfs
|
||||||
# - (and the above with testing rather than stable)
|
# - (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
|
## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest
|
||||||
ARG SOURCE_TAG="${FEDORA_MAJOR_VERSION}"
|
ARG SOURCE_TAG="${FEDORA_MAJOR_VERSION}"
|
||||||
|
|
Loading…
Reference in a new issue