Skip to content

Commit

Permalink
Build CLI for Windows ARM64
Browse files Browse the repository at this point in the history
With Windows 11 supporting AMD64 (x86) emulation out-of-the-box it
becomes possible to run AMD64 plugins on a Windows 11 ARM64 machine.

As a first step, this commit starts building the CLI for the
Windows ARM64 platform.

Signed-off-by: Marc Khouzam <[email protected]>
  • Loading branch information
marckhouzam committed Dec 8, 2023
1 parent 6f528f5 commit 8d35f43
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 @@ -87,7 +87,7 @@ CHOCO_IMAGE=$(CHOCO_BUILDER_IMAGE)
endif

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

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

Expand Down

0 comments on commit 8d35f43

Please sign in to comment.