Skip to content

Commit eb1e6e2

Browse files
committed
update
Signed-off-by: bitliu <[email protected]>
1 parent 8bffc81 commit eb1e6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ BUILDX_PLATFORMS = linux/amd64,linux/arm64
137137
# Recreate a buildx context for multi-arch images.
138138
.PHONY: image.multiarch.setup
139139
image.multiarch.setup: image.buildx.verify
140-
@if [ "$(GOOS)" == 'linux' ]; then \
140+
@if [ "$(uname)" == 'Linux' ]; then; then \
141141
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes; \
142142
fi
143143
docker buildx rm $(BUILDX_CONTEXT) || :

0 commit comments

Comments
 (0)