Skip to content

Commit

Permalink
fixup! chore: install pulumictl in makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Cobles <[email protected]>
  • Loading branch information
Oscar Cobles committed Aug 20, 2024
1 parent 2af5f33 commit 438b6b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 := ""

Expand Down

0 comments on commit 438b6b3

Please sign in to comment.