Commit a88ed3c 1 parent eb8f5a6 commit a88ed3c Copy full SHA for a88ed3c
File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,27 @@ dockers:
34
34
dockerfile : goreleaser.dockerfile
35
35
build_flag_templates :
36
36
- " --build-arg=BINARY_NAME={{ .ProjectName }}"
37
+ - " --platform=linux/amd64"
38
+ use : buildx
39
+ - ids :
40
+ - prometheus-libvirt-exporter
41
+ image_templates :
42
+ - ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}
43
+ goos : linux
44
+ goarch : arm64
45
+ dockerfile : goreleaser.dockerfile
46
+ build_flag_templates :
47
+ - " --build-arg=BINARY_NAME={{ .ProjectName }}"
48
+ - " --platform=linux/arm64"
49
+ use : buildx
50
+
51
+ docker_manifests :
52
+ - name_template : ' myorg/myuser:{{ .Tag }}'
53
+ image_templates :
54
+ - ' myorg/myuser:{{ .Tag }}-amd64'
55
+ - ' myorg/myuser:{{ .Tag }}-arm64'
56
+
57
+
37
58
# Configuration for building packages for apk, deb and rpm package managers
38
59
nfpms :
39
60
- id : " prometheus-libvirt-exporter"
You can’t perform that action at this time.
0 commit comments