From 49be91be3269ee8edf8d1c8bc32b1738514961e4 Mon Sep 17 00:00:00 2001 From: Gaelle Fournier Date: Wed, 27 Nov 2024 14:09:41 +0100 Subject: [PATCH] chore(doc): fix comment in Makefile --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index dafb7b369e..f6cd3fee1e 100644 --- a/script/Makefile +++ b/script/Makefile @@ -343,7 +343,7 @@ build-kamel: ln -sf build/_output/bin/kamel-$(IMAGE_ARCH) ./kamel build-kamel-platform: - # Perform only when running on OS other than linux +# Perform only when running on OS other than linux ifneq ($(shell uname -s 2>/dev/null || echo Unknown),Linux) @echo "####### Building platform specific kamel CLI for $(IMAGE_ARCH) architecture..." CGO_ENABLED=0 GOARCH=$(IMAGE_ARCH) go build $(GOFLAGS) -o build/_output/bin/kamel-$(IMAGE_ARCH) ./cmd/kamel/*.go