Skip to content

Commit

Permalink
Don't try to build windows/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpett committed Jun 11, 2021
1 parent 7cd9f0a commit c10c563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RELEASE = $(patsubst v%,%,$(VERSION))# Remove leading v to comply with Terraform

CROSSBUILD_OS = linux windows darwin
CROSSBUILD_ARCH = 386 amd64 arm64
SKIP_OSARCH = darwin_386
SKIP_OSARCH = darwin_386 windows_arm64
OSARCH_COMBOS = $(filter-out $(SKIP_OSARCH),$(foreach os,$(CROSSBUILD_OS),$(addprefix $(os)_,$(CROSSBUILD_ARCH))))

default: build
Expand Down

0 comments on commit c10c563

Please sign in to comment.