Skip to content

Commit

Permalink
update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbekhen committed Sep 18, 2023
1 parent f13504a commit 7db9fae
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,20 @@ nfpms:
- rpm

- id: packages
maintainer: "Achmad Irianto Eka Putra <[email protected]>"
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
homepage: https://github.com/ryanbekhen/nanoproxy
description: "nanoproxy is a simple reverse proxy written in Go."
maintainer: "Achmad Irianto Eka Putra <[email protected]>"
license: "MIT"
vendor: ryanbekhen
contents:
- src: systemd/nanoproxy.service
dst: /etc/systemd/system/nanoproxy.service
- src: .env.sample
dst: /etc/nanoproxy/nanoproxy.env
formats:
- deb
- rpm

release:
draft: false
Expand Down

0 comments on commit 7db9fae

Please sign in to comment.