1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix defaults

This commit is contained in:
Jason N. 2024-02-26 09:35:33 -05:00
parent d988a5282a
commit 7f4b1d4e70

View file

@ -2,12 +2,11 @@
## Formatting = UPPERCASE ## Formatting = UPPERCASE
ARCH = x86_64 ARCH = x86_64
VERSION = 39 VERSION = 39
IMAGE_REPO = ghcr.io/ublue-os IMAGE_REPO = quay.io/fedora-ostree-desktops
IMAGE_NAME = base-main IMAGE_NAME = base
IMAGE_TAG = $(VERSION) IMAGE_TAG = $(VERSION)
VARIANT = Kinoite VARIANT = Server
WEB_UI = false WEB_UI = false
VOL_ID =
# Generated vars # Generated vars
## Formatting = _UPPERCASE ## Formatting = _UPPERCASE