Skip to content

Commit

Permalink
fixed goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZoidberg committed Jun 27, 2024
1 parent 17e852c commit e5a5952
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ before:
project_name: megarac
dist: .bin

signs:
- artifacts: checksum
# signs:
# - artifacts: checksum

builds:
- binary: "megarac"
Expand Down Expand Up @@ -74,10 +74,10 @@ nfpms:
- id: spot
package_name: spot
file_name_template: "{{.ProjectName}}_{{.Tag}}_{{.Os}}_{{.Arch}}"
vendor: Umputun
homepage: https://simplotask.com
maintainer: Umputun <umputun@gmail.com>
description: A collection of tools for the effortless deployment, configuration, and management of secrets
vendor: MrZoidberg
homepage: https://github.com/MrZoidberg/megarac
maintainer: MrZoidberg <mihail.merkulov@gmail.com>
description: "Megarac is a tool for managing Megarac BMCs"
license: MIT
formats:
- deb
Expand Down

0 comments on commit e5a5952

Please sign in to comment.