File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ endif
34
34
35
35
ifeq ($(shell [ -f ${PROJECT_ROOT}/setup.sh ] && echo "true"),true)
36
36
DOCKER_BUILD_ARGS += --secret id=setup,src=${PROJECT_ROOT}/setup.sh
37
- DOCKER_RUN_ARGS += -v ${PROJECT_ROOT}/setup.sh:/root/setup.sh
37
+ DOCKER_RUN_ARGS += -v " ${PROJECT_ROOT}/setup.sh:/root/setup.sh"
38
38
endif
39
39
40
40
ifneq (${CONAN_PROFILE},)
41
- DOCKER_BUILD_ARGS += --build-arg CONAN_PROFILE=${CONAN_PROFILE}
41
+ DOCKER_BUILD_ARGS += --build-arg CONAN_PROFILE=" ${CONAN_PROFILE}"
42
42
endif
43
43
44
44
ifneq (${VENDOR_TARGET},)
45
- DOCKER_BUILD_ARGS += --build-arg VENDOR_TARGET=${VENDOR_TARGET}
45
+ DOCKER_BUILD_ARGS += --build-arg VENDOR_TARGET=" ${VENDOR_TARGET}"
46
46
endif
47
47
48
48
ifneq (${PACKAGE_TARGET},)
49
- DOCKER_BUILD_ARGS += --build-arg PACKAGE_TARGET=${PACKAGE_TARGET}
49
+ DOCKER_BUILD_ARGS += --build-arg PACKAGE_TARGET=" ${PACKAGE_TARGET}"
50
50
endif
51
51
52
52
ifeq (${KEEP_SOURCES},1)
You can’t perform that action at this time.
0 commit comments