Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tools/make/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ endif
REV=$(shell git rev-parse --short HEAD)

# Supported Platforms for building multiarch binaries.
PLATFORMS ?= darwin_amd64 darwin_arm64 linux_amd64 linux_arm64 windows_amd64 windows_arm64
# Disabled windows_arm64 due to lack of space while building on the GH Runner
PLATFORMS ?= darwin_amd64 darwin_arm64 linux_amd64 linux_arm64 windows_amd64

# Set a specific PLATFORM
ifeq ($(origin PLATFORM), undefined)
Expand Down
Loading