-
Notifications
You must be signed in to change notification settings - Fork 3
/
lb.yaml
46 lines (44 loc) · 949 Bytes
/
lb.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
discovery-client:
discovery-client:
build:
- make
install:
- make install-discovery-client
deps:
- file://Makefile
- file://pkg
- file://model
- file://vendor
- file://application
- file://main.go
- file://go.mod
discovery-client-packages:
build:
- make discovery-packages -f Makefile.lb
install:
- make install-discovery-client-packages
deps:
- common:milestone
- file://Makefile
- file://Makefile.lb
- file://pkg
- file://model
- file://vendor
- file://application
- file://main.go
- file://go.mod
- file://discovery-client.spec
lb-nvme-discovery-client:
build:
- make -f Makefile.lb build-images
install:
- make -f Makefile.lb push-images
deps:
- file://Makefile
- file://pkg
- file://model
- file://vendor
- file://application
- file://main.go
- file://go.mod
- file://lb.yaml