Retain compatibility with jenkins image job
This commit is contained in:
parent
dfe712a84c
commit
45de97558c
1 changed files with 1 additions and 1 deletions
2
mk/ci.mk
2
mk/ci.mk
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue