Create Windows installer #53
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -28,14 +28,14 @@ if [ "${PROJECT_BUILD_ARCH}" == "aarch64" ]; then
|
|||||||
--build-arg NUM_JOBS=${NUM_JOBS} \
|
--build-arg NUM_JOBS=${NUM_JOBS} \
|
||||||
--build-arg UID=$(id -u) \
|
--build-arg UID=$(id -u) \
|
||||||
--build-arg GID=$(id -g) \
|
--build-arg GID=$(id -g) \
|
||||||
--build-arg USERNAME=i$(id -un) \
|
--build-arg USERNAME=$(id -un) \
|
||||||
-t ${DOCKER_TAG} . || exit 1
|
-t ${DOCKER_TAG} . || exit 1
|
||||||
else
|
else
|
||||||
docker build ${APP_VERSION_BUILD_ARGS} \
|
docker build ${APP_VERSION_BUILD_ARGS} \
|
||||||
--build-arg NUM_JOBS=${NUM_JOBS} \
|
--build-arg NUM_JOBS=${NUM_JOBS} \
|
||||||
--build-arg UID=$(id -u) \
|
--build-arg UID=$(id -u) \
|
||||||
--build-arg GID=$(id -g) \
|
--build-arg GID=$(id -g) \
|
||||||
--build-arg USERNAME=i$(id -un) \
|
--build-arg USERNAME=$(id -un) \
|
||||||
-t ${DOCKER_TAG} . || exit 1
|
-t ${DOCKER_TAG} . || exit 1
|
||||||
fi
|
fi
|
||||||
rm Dockerfile
|
rm Dockerfile
|
||||||
|
Reference in New Issue
Block a user