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 ffd5fb0 commit b4bdbb5Copy full SHA for b4bdbb5
.goreleaser.yaml
@@ -21,6 +21,8 @@ dockers:
21
- image_templates: ["jaymedh/{{ .ProjectName }}:v{{ .Version }}-amd64"]
22
dockerfile: Dockerfile
23
use: buildx
24
+ extra_files:
25
+ - passwd
26
build_flag_templates:
27
- --platform=linux/amd64
28
- --label=org.opencontainers.image.title={{ .ProjectName }}
@@ -35,6 +37,8 @@ dockers:
35
37
goarch: arm64
36
38
39
40
41
42
43
- --platform=linux/arm64/v8
44
0 commit comments