Skip to content

Commit

Permalink
:zap go releaser change
Browse files Browse the repository at this point in the history
  • Loading branch information
v_frgfeng committed Feb 19, 2024
1 parent 5ce8313 commit 12bdcbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ builds:
goos:
- linux
- windows
- darwin
# - darwin
goarch:
- "386"
- amd64
# - "386"
- arm
- arm64
# - ppc64
# - ppc64
goarm:
- "7"
ignore:
Expand Down Expand Up @@ -83,8 +83,8 @@ changelog:

archives:
- name_template: >-
{{- .ProjectName }}_
{{- title .Os }}_
{{- .ProjectName }}-
{{- title .Os }}-
{{- if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
Expand Down

0 comments on commit 12bdcbc

Please sign in to comment.