Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 274d0b4

Browse files
committed
fix: Publish Linux releases in tar.gz archives (#1535)
This reduces download size by ~70%.
1 parent 15964c3 commit 274d0b4

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)