@@ -11,15 +11,43 @@ builds:
11
11
- arm64
12
12
13
13
dockers :
14
- - image_templates :
15
- - " hipages/php-fpm_exporter:latest "
16
- - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }} "
17
- - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }} "
18
- - " hipages/php-fpm_exporter:{{ .Major }}"
14
+ - use : buildx
15
+ goos : linux
16
+ goarch : amd64
17
+ image_templates :
18
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-amd64 "
19
19
build_flag_templates :
20
+ - " --platform=linux/amd64"
20
21
- " --build-arg=VERSION={{.Version}}"
21
22
- " --build-arg=BUILD_DATE={{.Date}}"
22
23
- " --build-arg=VCS_REF={{.FullCommit}}"
24
+ - use : buildx
25
+ goos : linux
26
+ goarch : arm64
27
+ image_templates :
28
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-arm64"
29
+ build_flag_templates :
30
+ - " --platform=linux/arm64/v8"
31
+ - " --build-arg=VERSION={{.Version}}"
32
+ - " --build-arg=BUILD_DATE={{.Date}}"
33
+ - " --build-arg=VCS_REF={{.FullCommit}}"
34
+ docker_manifests :
35
+ - name_template : " hipages/php-fpm_exporter:latest"
36
+ image_templates :
37
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-amd64"
38
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-arm64"
39
+ - name_template : " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
40
+ image_templates :
41
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-amd64"
42
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-arm64"
43
+ - name_template : " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}"
44
+ image_templates :
45
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-amd64"
46
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-arm64"
47
+ - name_template : " hipages/php-fpm_exporter:{{ .Major }}"
48
+ image_templates :
49
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-amd64"
50
+ - " hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-arm64"
23
51
24
52
changelog :
25
53
filters :
0 commit comments