File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -44,27 +44,34 @@ dockers:
44
44
- goos : linux
45
45
goarch : amd64
46
46
dockerfile : goreleaser.dockerfile
47
+ use : buildx
47
48
image_templates :
48
- - " admiralpiett/goaws"
49
- - " admiralpiett/goaws:{{ .Tag }}"
50
49
- " admiralpiett/goaws:{{ .Tag }}-amd64"
51
- - " admiralpiett/goaws:latest-amd64"
52
- - " admiralpiett/goaws:latest"
53
50
extra_files :
54
51
- app/conf/goaws.yaml
55
52
build_flag_templates :
56
53
- " --platform=linux/amd64"
57
54
- goos : linux
58
55
goarch : arm64
59
56
dockerfile : goreleaser.dockerfile
57
+ use : buildx
60
58
image_templates :
61
59
- " admiralpiett/goaws:{{ .Tag }}-arm64"
62
- - " admiralpiett/goaws:latest-arm64"
63
60
extra_files :
64
61
- app/conf/goaws.yaml
65
62
build_flag_templates :
66
63
- " --platform=linux/arm64"
67
64
65
+ docker_manifests :
66
+ - name_template : admiralpiett/goaws:{{ .Tag }}
67
+ image_templates :
68
+ - admiralpiett/goaws:{{ .Tag }}-amd64
69
+ - admiralpiett/goaws:{{ .Tag }}-arm64
70
+ - name_template : admiralpiett/goaws:latest
71
+ image_templates :
72
+ - admiralpiett/goaws:{{ .Tag }}-amd64
73
+ - admiralpiett/goaws:{{ .Tag }}-arm64
74
+
68
75
archives :
69
76
- id : archive_names
70
77
name_template : >-
You can’t perform that action at this time.
0 commit comments