This commit is contained in:
Sean OMeara 2023-03-28 16:57:21 +02:00
parent cd500263fe
commit 7e63b382a8
No known key found for this signature in database
GPG key ID: 7215FDCD4EFD5E2F

View file

@ -47,8 +47,9 @@ docker buildx build \
--build-arg DEB_ARCH="${DEB_ARCH}" \
--build-arg DNF_ARCH="${DNF_ARCH}" \
--build-arg VERSION="${VERSION}" \
--build-arg DOCKER_ARCH="${DOCKER_ARCH}" \
--platform "linux/${DOCKER_ARCH}" \
--no-cache \
-f ${DOCKERFILE} \
-t test \
. \
.