Skip to content

Commit 86b8208

Browse files
authored
Merge pull request #4 from stuartleeks/sl/devcontainer-action
Override to zip for Windows artifacts
2 parents e183fd6 + c7e9857 commit 86b8208

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.goreleaser.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ builds:
1111
main: ./cmd/devcontainer/
1212
ldflags:
1313
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
14+
15+
archives:
16+
- id: zip
17+
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
18+
format_overrides:
19+
- goos: windows
20+
format: zip
21+
1422
changelog:
1523
sort: asc
1624
filters:

0 commit comments

Comments
 (0)