Reorder docker build parameters

This commit is contained in:
Rolf Ahrenberg
2021-09-14 16:37:04 +09:00
committed by Yusuke Kuoka
parent cffc2585f9
commit cf3abcc7d6
+2 -2
View File
@@ -129,8 +129,8 @@ generate: controller-gen
# Build the docker image # Build the docker image
docker-build: docker-build:
docker build . -t ${NAME}:${VERSION} docker build -t ${NAME}:${VERSION} .
docker build runner -t ${RUNNER_NAME}:${RUNNER_TAG} --build-arg TARGETPLATFORM=$(shell arch) docker build -t ${RUNNER_NAME}:${RUNNER_TAG} --build-arg TARGETPLATFORM=$(shell arch) runner
docker-buildx: docker-buildx:
export DOCKER_CLI_EXPERIMENTAL=enabled export DOCKER_CLI_EXPERIMENTAL=enabled