revert arch var name (#8808)
This commit is contained in:
parent
caac91ce66
commit
771ce1c6dd
4 changed files with 11 additions and 11 deletions
4
Makefile
4
Makefile
|
|
@ -79,7 +79,7 @@ image: clean-image ## Build image for a particular arch.
|
|||
--pull \
|
||||
--build-arg BASE_IMAGE="$(BASE_IMAGE)" \
|
||||
--build-arg VERSION="$(TAG)" \
|
||||
--build-arg TARGET_ARCH="$(ARCH)" \
|
||||
--build-arg TARGETARCH="$(ARCH)" \
|
||||
--build-arg COMMIT_SHA="$(COMMIT_SHA)" \
|
||||
--build-arg BUILD_ID="$(BUILD_ID)" \
|
||||
-t $(REGISTRY)/controller:$(TAG) rootfs
|
||||
|
|
@ -97,7 +97,7 @@ image-chroot: clean-chroot-image ## Build image for a particular arch.
|
|||
--pull \
|
||||
--build-arg BASE_IMAGE="$(BASE_IMAGE)" \
|
||||
--build-arg VERSION="$(TAG)" \
|
||||
--build-arg TARGET_ARCH="$(ARCH)" \
|
||||
--build-arg TARGETARCH="$(ARCH)" \
|
||||
--build-arg COMMIT_SHA="$(COMMIT_SHA)" \
|
||||
--build-arg BUILD_ID="$(BUILD_ID)" \
|
||||
-t $(REGISTRY)/controller-chroot:$(TAG) rootfs -f rootfs/Dockerfile-chroot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue