Skip to content

Commit 290c9ae

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <chenyu1@microsoft.com>
1 parent f711c6e commit 290c9ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ push:
310310
# by Docker Desktop as the default emulation option for AMD64 on ARM64 container compatibility).
311311
docker-buildx-builder:
312312
@if ! docker buildx ls | grep $(BUILDX_BUILDER_NAME); then \
313-
if [ "$(TARGET_ARCH)" = "amd64" ] ; then \
313+
if [ "${TARGET_ARCH}" = "amd64" ] ; then \
314314
echo "The target is an x86_64 platform; setting up emulation for other known architectures"; \
315315
docker run --rm --privileged mcr.microsoft.com/mirror/docker/multiarch/qemu-user-static:$(QEMU_VERSION) --reset -p yes; \
316316
else \

0 commit comments

Comments
 (0)