Skip to content

Commit

Permalink
add archives release for loong64 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxuhui committed Feb 4, 2024
1 parent b08d9a3 commit 61a2fcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion goreleaser.yaml
Expand Up @@ -16,6 +16,7 @@ builds:
- 386
- arm
- arm64
- loong64
goarm:
- 7

Expand Down Expand Up @@ -61,6 +62,7 @@ archives:
{{- if eq .Arch "amd64" }}64bit
{{- else if eq .Arch "arm" }}ARM
{{- else if eq .Arch "arm64" }}ARM64
{{- else if eq .Arch "loong64" }}LOONG64
{{- else }}{{ .Arch }}{{ end }}
files:
- README.md
Expand Down Expand Up @@ -119,4 +121,4 @@ docker_manifests:
- name_template: 'ghcr.io/goodwithtech/dockle:latest'
image_templates:
- 'ghcr.io/goodwithtech/dockle:{{ .Tag }}-amd64'
- 'ghcr.io/goodwithtech/dockle:{{ .Tag }}-arm64'
- 'ghcr.io/goodwithtech/dockle:{{ .Tag }}-arm64'

0 comments on commit 61a2fcc

Please sign in to comment.