Skip to content

Commit

Permalink
nfpms for linux packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ADorigi committed Jul 2, 2024
1 parent a2e4861 commit 1c1e5aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GH_TOKEN }}
release_branches: main
release_branches: linux-packaging
tag_prefix: v
- name: Set latest tag output
id: set_latest_tag
Expand Down
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ brews:
- linux
- darwin

nfpms:
- package_name: "{{ .ProjectName }}"
maintainer: "{{ .Env.REPOSITORY_OWNER }} <{{ .Env.OWNER_EMAIL }}>"
homepage: https://github.com/{{ .Env.REPOSITORY_OWNER }}/{{ .Env.REPOSITORY_NAME }}
builds:
- linux
formats:
- deb
- rpm

#chocolateys:
# - name: kaytu
Expand Down

0 comments on commit 1c1e5aa

Please sign in to comment.