Skip to content

Commit

Permalink
Add ARM64 to the CLI builds (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Khouzam <[email protected]>
  • Loading branch information
marckhouzam authored Aug 2, 2023
1 parent 51593bd commit 5d8c482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ CHOCO_IMAGE=$(CHOCO_BUILDER_IMAGE)
endif

# Add supported OS-ARCHITECTURE combinations here
ENVS ?= linux-amd64 windows-amd64 darwin-amd64
ENVS ?= linux-amd64 windows-amd64 darwin-amd64 linux-arm64 darwin-arm64

CLI_TARGETS := $(addprefix build-cli-,${ENVS})

Expand Down

0 comments on commit 5d8c482

Please sign in to comment.