Skip to content

Commit 9c2aa1d

Browse files
committed
TASK: try to fix docker build
1 parent e1790bb commit 9c2aa1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dockers:
2323
- image_templates:
2424
- ghcr.io/flowpack/{{ .ProjectName }}:{{ .Version }}-amd64
2525
dockerfile: Dockerfile
26+
use: buildx
2627
build_flag_templates:
2728
- --platform=linux/amd64
2829
- --label=org.opencontainers.image.title={{ .ProjectName }}
@@ -37,6 +38,7 @@ dockers:
3738
- ghcr.io/flowpack/{{ .ProjectName }}:{{ .Version }}-arm64v8
3839
goarch: arm64
3940
dockerfile: Dockerfile
41+
use: buildx
4042
build_flag_templates:
4143
- --platform=linux/arm64/v8
4244
- --label=org.opencontainers.image.title={{ .ProjectName }}

0 commit comments

Comments
 (0)