Add config for goreleaser
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
target/
|
target/
|
||||||
|
dist/
|
||||||
|
|||||||
5
.goreleaser.yaml
Normal file
5
.goreleaser.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
version: 2
|
||||||
|
builds:
|
||||||
|
- builder: rust
|
||||||
|
archives:
|
||||||
|
- formats: ["binary"]
|
||||||
Reference in New Issue
Block a user