Skip to content

Commit 3370186

Browse files
authored
fix: Publish Linux releases in tar.gz archives (#1535)
This reduces download size by ~70%.
1 parent 98ccd0e commit 3370186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archives:
22
- id: coder-linux
33
builds: [coder-linux]
4-
format: tar
4+
format: tar.gz
55
files:
66
- src: docs/README.md
77
dst: README.md

0 commit comments

Comments
 (0)