From c796223a4e5831daa6f1f3d6c541a63fa56285af Mon Sep 17 00:00:00 2001 From: "Dmitry K." Date: Mon, 6 May 2024 17:56:49 -0700 Subject: [PATCH] check which arch ignite is --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ae0ef1057..db3c2714c 100644 --- a/Makefile +++ b/Makefile @@ -863,6 +863,7 @@ ignite_install: ## Install ignite. Used by CI and heighliner. rm ignite_28.3.0_$(OS)_$(ARCH).tar.gz; \ echo "Checking if Ignite CLI is in the expected directory..."; \ ls -lah /usr/local/bin/ | grep ignite; \ + file /usr/local/bin/ignite echo "Current PATH: $$PATH"; \ echo "Trying to run Ignite CLI version:"; \ /usr/local/bin/ignite version; \