From 438b6b38c89063a875be4b6f5969dc1d892852d5 Mon Sep 17 00:00:00 2001 From: Oscar Cobles Date: Tue, 20 Aug 2024 16:38:06 +0200 Subject: [PATCH] fixup! chore: install pulumictl in makefile Signed-off-by: Oscar Cobles --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index fcec7b08..9e1c54a8 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,9 @@ PULUMICTL_BIN := $(BIN_DIR)/pulumictl OS := $(shell uname | tr '[:upper:]' '[:lower:]') ARCH := $(shell uname -m) +ifeq ($(ARCH),x86_64) + ARCH=amd64 +endif EMPTY_TO_AVOID_SED := ""