Skip to content

Commit

Permalink
Added zip files as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Feb 29, 2024
1 parent 017407c commit bff3355
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,24 +72,10 @@ changelog:
- "^docs:"
- "^test:"

# https://goreleaser.com/customization/homebrew/
brews:
- name: cli
url_template: "https://github.com/overmindtech/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: Go Release Bot
email: [email protected]
homepage: "https://overmind.tech/"
description: "Use Overmind to calculate the risks for infrastructure changes"
license: "MIT"
skip_upload: auto
folder: Formula
repository:
owner: overmindtech
name: cli
token: "{{ .Env.GITHUB_TOKEN }}"


release:
extra_files:
- glob: dist/overmind-cli-amd64.zip
- glob: dist/overmind-cli-arm64.zip
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down
3 changes: 3 additions & 0 deletions gon-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"dmg" :{
"output_path": "dist/overmind-cli-amd64.dmg",
"volume_name": "Overmind"
},
"zip" :{
"output_path": "dist/overmind-cli-amd64.zip"
}
}
3 changes: 3 additions & 0 deletions gon-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"dmg" :{
"output_path": "dist/overmind-cli-arm64.dmg",
"volume_name": "Overmind"
},
"zip" :{
"output_path": "dist/overmind-cli-amd64.zip"
}
}

0 comments on commit bff3355

Please sign in to comment.