Skip to content

Commit

Permalink
Merge pull request #157 from choria-io/goreleaser
Browse files Browse the repository at this point in the history
(misc) Resolve goreleaser deprecations
  • Loading branch information
ripienaar authored Oct 27, 2023
2 parents 758fd58 + c5f429d commit 50ade7b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ archives:
brews:
- name: appbuilder
folder: Formula
tap:
repository:
owner: choria-io
name: homebrew-tap
url_template: "https://github.com/choria-io/appbuilder/releases/download/{{ .Tag }}/appbuilder-{{.Version}}-{{ .Os }}-{{ .Arch }}{{if .Arm}}{{.Arm}}{{end}}.tar.gz"
Expand All @@ -59,7 +59,7 @@ checksum:
algorithm: sha256

nfpms:
- file_name_template: 'appbuilder-{{.Version}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}'
- file_name_template: 'appbuilder-{{.Version}}-{{ if eq .Arch "amd64" }}x86_64{{ else}}{{.Arch}}{{end}}{{if .Arm}}{{.Arm}}{{end}}'
homepage: https://github.com/choria-io/appbuilder
description: Choria App Builder CLI
maintainer: R.I. Pienaar <[email protected]>
Expand All @@ -75,8 +75,4 @@ nfpms:

- dst: /usr/bin/abt
src: /usr/bin/appbuilder
type: symlink
overrides:
rpm:
replacements:
amd64: x86_64
type: symlink

0 comments on commit 50ade7b

Please sign in to comment.