Skip to content

Commit a78007f

Browse files
authored
fix: goreleaser (#2)
Signed-off-by: Matthias Riegler <[email protected]>
1 parent 1b9faeb commit a78007f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.goreleaser.yaml

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
project_name: mq-lease-service
2+
version: 2
3+
4+
builds:
5+
- id: mq-lease-service
6+
env:
7+
- CGO_ENABLED=0
8+
goos:
9+
- linux
10+
goarch:
11+
- arm64
12+
- amd64
13+
binary: mq-lease-service
14+
main: ./cmd
215

316
kos:
4-
- repository: ghcr.io/ankorstore/mq-lease-service
5-
main: ./cmd/
17+
- repositories:
18+
- ghcr.io/ankorstore/mq-lease-service
19+
main: ./cmd
620
platforms:
721
- linux/amd64
822
- linux/arm64

0 commit comments

Comments
 (0)