Skip to content

Commit 61a2fcc

Browse files
authored
add archives release for loong64 (#245)
1 parent b08d9a3 commit 61a2fcc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ builds:
1616
- 386
1717
- arm
1818
- arm64
19+
- loong64
1920
goarm:
2021
- 7
2122

@@ -61,6 +62,7 @@ archives:
6162
{{- if eq .Arch "amd64" }}64bit
6263
{{- else if eq .Arch "arm" }}ARM
6364
{{- else if eq .Arch "arm64" }}ARM64
65+
{{- else if eq .Arch "loong64" }}LOONG64
6466
{{- else }}{{ .Arch }}{{ end }}
6567
files:
6668
- README.md
@@ -119,4 +121,4 @@ docker_manifests:
119121
- name_template: 'ghcr.io/goodwithtech/dockle:latest'
120122
image_templates:
121123
- 'ghcr.io/goodwithtech/dockle:{{ .Tag }}-amd64'
122-
- 'ghcr.io/goodwithtech/dockle:{{ .Tag }}-arm64'
124+
- 'ghcr.io/goodwithtech/dockle:{{ .Tag }}-arm64'

0 commit comments

Comments
 (0)