Skip to content

Commit

Permalink
fix: update goreleaser yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aksmo committed Mar 7, 2024
1 parent e3deba1 commit 892082f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ builds:
binary: runiac
ldflags: -s -w -X github.com/optum/runiac/cmd/cli/cmd.Version={{.Version}} -X github.com/optum/runiac/cmd/cli/cmd.Commit={{.Commit}} -X github.com/optum/runiac/cmd/cli/cmd.Date={{.Date}}
archives:
- replacements:
386: i386
amd64: x86_64
- name_template: >-
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 892082f

Please sign in to comment.