Skip to content

Commit

Permalink
Update the goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
antham committed Jun 27, 2024
1 parent a2bec63 commit dbb80ce
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,31 @@ builds:
ldflags:
- -X 'github.com/antham/wo/internal/cmd.appVersion={{.Version}}'
universal_binaries:
- id: wo
nfpms:
- formats:
-
formats:
- apk
- deb
- rpm
- termux.deb
- archlinux
maintainer: Anthony HAMON <[email protected]>
dockers:
- image_templates:
- antham/wo
aurs:
-
homepage: "https://github.com/antham/wo"
description: "Workspace shell manager"
maintainers:
- "Anthony HAMON <[email protected]>"
license: "MIT"
brews:
-
name: wo
homepage: "https://github.com/antham/wo"
description: "Workspace shell manager"
license: "MIT"
repository:
owner: antham
name: wo-homebrew
git:
url: '[email protected]:antham/wo-homebrew.git'
private_key: '{{ .SECRETS.WO_HOMEBREW_REPO_KEY }}'

0 comments on commit dbb80ce

Please sign in to comment.