Skip to content

Commit

Permalink
TASK: fix gorelaser
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Jan 1, 2024
1 parent 8756a65 commit 63d6f61
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ builds:
- arm
- arm64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{- .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down Expand Up @@ -59,4 +60,4 @@ brews:
description: "Sandstorm Kubernetes Tools"
install: |
libexec.install Dir["*"]
bin.write_exec_script libexec/"sku"
bin.write_exec_script libexec/"sku"

0 comments on commit 63d6f61

Please sign in to comment.