Skip to content

Commit

Permalink
Merge pull request #13 from riweston/feat/windows-release
Browse files Browse the repository at this point in the history
Feat/windows release
  • Loading branch information
riweston authored Jun 27, 2022
2 parents a3006e9 + 8f6d200 commit 2547550
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,20 @@ brews:
dependencies:
- name: azure-cli
- name: fzf
builds:
- goos:
- darwin
- linux
- windows
scoop:
bucket:
owner: riweston
name: scoop-bucket
token: "{{ .Env.HOMEBREW }}"
url_template: "https://github.com/riweston/scoop-bucket/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: goreleaserbot
email: [email protected]
homepage: "https://github.com/riweston/aztx"
description: "This tool is a helper for azure-cli that leverages fzf for a nice interface to switch between subscription contexts."
license: "Apache"

0 comments on commit 2547550

Please sign in to comment.