We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12e1ba commit a9188b6Copy full SHA for a9188b6
.goreleaser.yml
@@ -1,18 +1,18 @@
1
builds:
2
-- binary: yace
3
- main: ./cmd/yace
4
- goarch:
5
- - amd64
6
- - arm64
7
- env:
8
- - CGO_ENABLED=0
9
-archive:
10
- replacements:
11
- darwin: Darwin
12
- linux: Linux
13
- amd64: x86_64
14
- files:
15
- - none*
+ - binary: yace
+ main: ./cmd/yace
+ goarch:
+ - amd64
+ - arm64
+ env:
+ - CGO_ENABLED=0
+archives:
+ - replacements:
+ darwin: Darwin
+ linux: Linux
+ amd64: x86_64
+ files:
+ - none*
16
changelog:
17
skip: true
18
checksum:
0 commit comments