Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Mar 20, 2024
1 parent 0586c6f commit 39ccc86
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name: rustdesk-api-server
builds:
- env: [ CGO_ENABLED=0 ]
- env: [ CGO_ENABLED=1 ]
flags:
- -v
goos:
Expand All @@ -23,16 +23,23 @@ builds:
checksum:
name_template: 'checksums.txt'
archives:
- replacements:
linux: Linux
windows: Windows
darwin: MacOs
386: i386
amd64: x86_64
- format: tar.gz
name_template: 'sctgdesk_api_server_{{ .Os }}_{{ .Arch }}'
format_overrides:
- goos: windows
format: zip
files:
- README.md
- img.png
- conf/app.conf
nfpms:
- vendor: "SCTG Development"
homepage: "https://sctg.eu.org"
maintainer: "Ronan <[email protected]>"
description: "sctgdesk-api-server"
license: "Apache-2.0"

brews:
- homepage: "https://sctg.eu.org"
description: "sctgdesk-api-server"
license: "Apache-2.0"

0 comments on commit 39ccc86

Please sign in to comment.