Skip to content

Commit 4e6b2b4

Browse files
committed
gorelaser: Update config
1 parent 507a507 commit 4e6b2b4

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ build:
2121
env:
2222
- CGO_ENABLED=0
2323

24-
archive:
25-
name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
26-
27-
format_overrides:
28-
- goos: windows
29-
format: zip
24+
archives:
25+
- name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
3026

3127
release:
3228
draft: true
@@ -36,16 +32,3 @@ snapshot:
3632

3733
checksum:
3834
name_template: "task_checksums.txt"
39-
40-
nfpm:
41-
vendor: Task
42-
homepage: https://github.com/go-task/task
43-
maintainer: Andrey Nering <[email protected]>
44-
description: Simple task runner written in Go
45-
license: MIT
46-
conflicts:
47-
- taskwarrior
48-
formats:
49-
- deb
50-
- rpm
51-
name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"

0 commit comments

Comments
 (0)