1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix default BINARY_ARCH in Makefile

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-08-26 12:50:54 -04:00
parent 3dc9b3ec16
commit cbe6a21d4d

View File

@ -3,7 +3,7 @@ CMD_ARGS = $(filter-out $@,$(MAKECMDGOALS))
%:
@:
BINARY_ARCH ?= amd64
BINARY_ARCH ?= x64
NPM_RELEASE_TAG ?= latest
EXTENSIONS_DIR = ./extensions
extensions = $(foreach dir, $(wildcard $(EXTENSIONS_DIR)/*), ${dir})