Skip to content

Commit 8816062

Browse files
committed
fix: invalid goreleaser config
1 parent 70ff3f7 commit 8816062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ before:
1111

1212
builds:
1313
- main: ./main.go
14+
id: columbus
1415
binary: columbus
1516
flags: [-a]
1617
ldflags:
@@ -52,7 +53,7 @@ dockers:
5253
goos: linux
5354
goarch: amd64
5455
ids:
55-
- linux
56+
- columbus
5657
dockerfile: Dockerfile
5758
image_templates:
5859
- 'docker.io/odpf/{{.ProjectName}}:latest'

0 commit comments

Comments
 (0)