We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1790bb commit 9c2aa1dCopy full SHA for 9c2aa1d
.goreleaser.yml
@@ -23,6 +23,7 @@ dockers:
23
- image_templates:
24
- ghcr.io/flowpack/{{ .ProjectName }}:{{ .Version }}-amd64
25
dockerfile: Dockerfile
26
+ use: buildx
27
build_flag_templates:
28
- --platform=linux/amd64
29
- --label=org.opencontainers.image.title={{ .ProjectName }}
@@ -37,6 +38,7 @@ dockers:
37
38
- ghcr.io/flowpack/{{ .ProjectName }}:{{ .Version }}-arm64v8
39
goarch: arm64
40
41
42
43
- --platform=linux/arm64/v8
44
0 commit comments