Skip to content

Commit b4bdbb5

Browse files
committed
Add passwd to goreleaser extra_files
1 parent ffd5fb0 commit b4bdbb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ dockers:
2121
- image_templates: ["jaymedh/{{ .ProjectName }}:v{{ .Version }}-amd64"]
2222
dockerfile: Dockerfile
2323
use: buildx
24+
extra_files:
25+
- passwd
2426
build_flag_templates:
2527
- --platform=linux/amd64
2628
- --label=org.opencontainers.image.title={{ .ProjectName }}
@@ -35,6 +37,8 @@ dockers:
3537
goarch: arm64
3638
dockerfile: Dockerfile
3739
use: buildx
40+
extra_files:
41+
- passwd
3842
build_flag_templates:
3943
- --platform=linux/arm64/v8
4044
- --label=org.opencontainers.image.title={{ .ProjectName }}

0 commit comments

Comments
 (0)