From 45de97558ca8a8996860f624a97556b0af32a538 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 10 Nov 2022 12:15:21 -0700 Subject: [PATCH] Retain compatibility with jenkins image job --- mk/ci.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/ci.mk b/mk/ci.mk index cc033bb..f173503 100644 --- a/mk/ci.mk +++ b/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