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:
parent
3dc9b3ec16
commit
cbe6a21d4d
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ CMD_ARGS = $(filter-out $@,$(MAKECMDGOALS))
|
|||||||
%:
|
%:
|
||||||
@:
|
@:
|
||||||
|
|
||||||
BINARY_ARCH ?= amd64
|
BINARY_ARCH ?= x64
|
||||||
NPM_RELEASE_TAG ?= latest
|
NPM_RELEASE_TAG ?= latest
|
||||||
EXTENSIONS_DIR = ./extensions
|
EXTENSIONS_DIR = ./extensions
|
||||||
extensions = $(foreach dir, $(wildcard $(EXTENSIONS_DIR)/*), ${dir})
|
extensions = $(foreach dir, $(wildcard $(EXTENSIONS_DIR)/*), ${dir})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user