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 6f537e7 commit 9c42efdCopy full SHA for 9c42efd
.goreleaser.yaml
@@ -10,9 +10,6 @@ builds:
10
- -X main.version={{.Version}}
11
- -X main.commit={{.Commit}}
12
- -X main.date={{.Date}}
13
-archives:
14
- - replacements:
15
- amd64: x86_64
16
checksum:
17
name_template: 'checksums.txt'
18
snapshot:
@@ -50,6 +47,7 @@ dockers:
50
47
- "--platform=linux/amd64"
51
48
extra_files:
52
49
- LICENSE
+ - deployment/config/config.yaml
53
- id: void-arm
54
ids:
55
- void
@@ -76,6 +74,7 @@ dockers:
76
74
- "--platform=linux/arm64"
77
75
78
79
release:
80
prerelease: auto
81
0 commit comments