diff --git a/.goreleaser.yml b/.goreleaser.yml index 58e2ba4..f00165e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,7 +25,9 @@ archives: - rioctl format_overrides: - goos: windows - formats: ["zip"] + formats: ["zip", "binary"] + - goos: linux + formats: ["tar.gz", "binary"] checksum: name_template: 'checksums.txt'