Skip to content

Commit 9c42efd

Browse files
committed
feat(goreleaser): more configuration work
1 parent 6f537e7 commit 9c42efd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ builds:
1010
- -X main.version={{.Version}}
1111
- -X main.commit={{.Commit}}
1212
- -X main.date={{.Date}}
13-
archives:
14-
- replacements:
15-
amd64: x86_64
1613
checksum:
1714
name_template: 'checksums.txt'
1815
snapshot:
@@ -50,6 +47,7 @@ dockers:
5047
- "--platform=linux/amd64"
5148
extra_files:
5249
- LICENSE
50+
- deployment/config/config.yaml
5351
- id: void-arm
5452
ids:
5553
- void
@@ -76,6 +74,7 @@ dockers:
7674
- "--platform=linux/arm64"
7775
extra_files:
7876
- LICENSE
77+
- deployment/config/config.yaml
7978
release:
8079
prerelease: auto
8180

0 commit comments

Comments
 (0)