mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmalert-tool/Makefile: add make vmalert-tool-linux-loong64
build rule
This is a follow-up for 80f3644ee3
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6222
This commit is contained in:
parent
3d6fa7f70b
commit
a8472d033a
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ vmalert-tool-linux-ppc64le:
|
|||
vmalert-tool-linux-s390x:
|
||||
APP_NAME=vmalert-tool CGO_ENABLED=0 GOOS=linux GOARCH=s390x $(MAKE) app-local-goos-goarch
|
||||
|
||||
vmalert-tool-linux-loong64:
|
||||
APP_NAME=vmalert-tool CGO_ENABLED=0 GOOS=linux GOARCH=loong64 $(MAKE) app-local-goos-goarch
|
||||
|
||||
vmalert-tool-linux-386:
|
||||
APP_NAME=vmalert-tool CGO_ENABLED=0 GOOS=linux GOARCH=386 $(MAKE) app-local-goos-goarch
|
||||
|
||||
|
|
Loading…
Reference in a new issue