@@ -4,47 +4,7 @@ local pipeline = import 'pipeline.libsonnet';
44 pipeline.test('linux' , 'amd64' ),
55
66 pipeline.build('docker' , 'linux' , 'amd64' ),
7- pipeline.build('docker' , 'linux' , 'arm64' ),
8- pipeline.build('docker' , 'linux' , 'arm' ),
97 pipeline.notifications('docker' , depends_on=[
108 'linux-amd64' ,
11- 'linux-arm64' ,
12- 'linux-arm' ,
13- ]),
14-
15- pipeline.build('gcr' , 'linux' , 'amd64' ),
16- pipeline.build('gcr' , 'linux' , 'arm64' ),
17- pipeline.build('gcr' , 'linux' , 'arm' ),
18- pipeline.notifications('gcr' , depends_on=[
19- 'linux-amd64' ,
20- 'linux-arm64' ,
21- 'linux-arm' ,
22- ]),
23-
24- pipeline.build('acr' , 'linux' , 'amd64' ),
25- pipeline.build('acr' , 'linux' , 'arm64' ),
26- pipeline.build('acr' , 'linux' , 'arm' ),
27- pipeline.notifications('acr' , depends_on=[
28- 'linux-amd64' ,
29- 'linux-arm64' ,
30- 'linux-arm' ,
31- ]),
32-
33- pipeline.build('ecr' , 'linux' , 'amd64' ),
34- pipeline.build('ecr' , 'linux' , 'arm64' ),
35- pipeline.build('ecr' , 'linux' , 'arm' ),
36- pipeline.notifications('ecr' , depends_on=[
37- 'linux-amd64' ,
38- 'linux-arm64' ,
39- 'linux-arm' ,
40- ]),
41-
42- pipeline.build('heroku' , 'linux' , 'amd64' ),
43- pipeline.build('heroku' , 'linux' , 'arm64' ),
44- pipeline.build('heroku' , 'linux' , 'arm' ),
45- pipeline.notifications('heroku' , depends_on=[
46- 'linux-amd64' ,
47- 'linux-arm64' ,
48- 'linux-arm' ,
499 ]),
5010]
0 commit comments