ci: fix goreleaser extra files

This commit is contained in:
Eli Yip 2025-05-27 11:24:26 +08:00
parent 3b1477df6c
commit f34a027504
No known key found for this signature in database
GPG Key ID: C98B69D4CF7D7EC5

View File

@ -59,6 +59,8 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
goos: linux
goarch: arm64
extra_files:
- static
- image_templates:
- "ghcr.io/{{ .Env.GITHUB_USERNAME }}/dashboard-server:{{ .Tag }}-armv6"
@ -73,6 +75,8 @@ dockers:
goos: linux
goarch: arm
goarm: "6"
extra_files:
- static
- image_templates:
- "ghcr.io/{{ .Env.GITHUB_USERNAME }}/dashboard-server:{{ .Tag }}-armv7"
@ -87,6 +91,8 @@ dockers:
goos: linux
goarch: arm
goarm: "7"
extra_files:
- static
docker_manifests:
- name_template: "ghcr.io/{{ .Env.GITHUB_USERNAME }}/dashboard-server:{{ .Tag }}"