Skip to content

Commit

Permalink
Fix deprecated GoReleaser feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hlubek committed Jul 11, 2023
1 parent 0313561 commit 0cca186
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ builds:
- arm64
main: ./cmd/prunner
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
dockers:
- image_templates:
- ghcr.io/flowpack/{{ .ProjectName }}:{{ .Version }}-amd64
Expand Down

0 comments on commit 0cca186

Please sign in to comment.