We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f711c6e commit 290c9aeCopy full SHA for 290c9ae
1 file changed
Makefile
@@ -310,7 +310,7 @@ push:
310
# by Docker Desktop as the default emulation option for AMD64 on ARM64 container compatibility).
311
docker-buildx-builder:
312
@if ! docker buildx ls | grep $(BUILDX_BUILDER_NAME); then \
313
- if [ "$(TARGET_ARCH)" = "amd64" ] ; then \
+ if [ "${TARGET_ARCH}" = "amd64" ] ; then \
314
echo "The target is an x86_64 platform; setting up emulation for other known architectures"; \
315
docker run --rm --privileged mcr.microsoft.com/mirror/docker/multiarch/qemu-user-static:$(QEMU_VERSION) --reset -p yes; \
316
else \
0 commit comments