File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,33 @@ dockers:
26
26
dockerfile : Dockerfile
27
27
goos : linux
28
28
goarch : amd64
29
+ use : buildx
30
+ build_flag_templates :
31
+ - " --platform=linux/amd64"
29
32
- image_templates :
30
33
- " {{ .Env.IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-arm64"
31
34
dockerfile : Dockerfile
32
35
goos : linux
33
36
goarch : arm64
37
+ use : buildx
38
+ build_flag_templates :
39
+ - " --platform=linux/arm64"
34
40
- image_templates :
35
41
- " {{ .Env.IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-ppc64le"
36
42
dockerfile : Dockerfile
37
43
goos : linux
38
44
goarch : ppc64le
45
+ use : buildx
46
+ build_flag_templates :
47
+ - " --platform=linux/ppc64le"
39
48
- image_templates :
40
49
- " {{ .Env.IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-s390x"
41
50
dockerfile : Dockerfile
42
51
goos : linux
43
52
goarch : s390x
53
+ use : buildx
54
+ build_flag_templates :
55
+ - " --platform=linux/s390x"
44
56
docker_manifests :
45
57
- name_template : " {{ .Env.IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}"
46
58
image_templates :
You can’t perform that action at this time.
0 commit comments