Retain compatibility with jenkins image job

This commit is contained in:
Jeremy Soller 2022-11-10 12:15:21 -07:00
parent dfe712a84c
commit 45de97558c
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -1,6 +1,6 @@
IMG_TAG?=$(shell git describe --tags)
IMG_SEPARATOR?=_
IMG_DIR?=$(BUILD)/img
IMG_DIR?=build/img/$(ARCH)
# CI image target - build desktop, server and demo images
# To leave out the build tag, set both IMG_TAG and IMG_SEPARATOR to null