add auto-updater to Makefile (#3076)
This commit is contained in:
parent
021dba6c95
commit
26526de548
5
Makefile
5
Makefile
@ -260,8 +260,11 @@ versioncontrol_%:
|
||||
.PHONY: linksharing_%
|
||||
linksharing_%:
|
||||
GOOS=$(word 2, $(subst _, ,$@)) GOARCH=$(word 3, $(subst _, ,$@)) COMPONENT=linksharing $(MAKE) binary
|
||||
.PHONY: storagenode-updater_%
|
||||
storagenode-updater_%:
|
||||
GOOS=$(word 2, $(subst _, ,$@)) GOARCH=$(word 3, $(subst _, ,$@)) COMPONENT=storagenode-updater $(MAKE) binary
|
||||
|
||||
COMPONENTLIST := bootstrap certificates gateway identity inspector linksharing satellite storagenode uplink versioncontrol
|
||||
COMPONENTLIST := bootstrap certificates gateway identity inspector linksharing satellite storagenode storagenode-updater uplink versioncontrol
|
||||
OSARCHLIST := darwin_amd64 linux_amd64 linux_arm linux_arm64 windows_amd64
|
||||
BINARIES := $(foreach C,$(COMPONENTLIST),$(foreach O,$(OSARCHLIST),$C_$O))
|
||||
.PHONY: binaries
|
||||
|
Loading…
Reference in New Issue
Block a user