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 8bffc81 commit eb1e6e2Copy full SHA for eb1e6e2
Makefile
@@ -137,7 +137,7 @@ BUILDX_PLATFORMS = linux/amd64,linux/arm64
137
# Recreate a buildx context for multi-arch images.
138
.PHONY: image.multiarch.setup
139
image.multiarch.setup: image.buildx.verify
140
- @if [ "$(GOOS)" == 'linux' ]; then \
+ @if [ "$(uname)" == 'Linux' ]; then; then \
141
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes; \
142
fi
143
docker buildx rm $(BUILDX_CONTEXT) || :
0 commit comments