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 70ff3f7 commit 8816062Copy full SHA for 8816062
.goreleaser.yml
@@ -11,6 +11,7 @@ before:
11
12
builds:
13
- main: ./main.go
14
+ id: columbus
15
binary: columbus
16
flags: [-a]
17
ldflags:
@@ -52,7 +53,7 @@ dockers:
52
53
goos: linux
54
goarch: amd64
55
ids:
- - linux
56
+ - columbus
57
dockerfile: Dockerfile
58
image_templates:
59
- 'docker.io/odpf/{{.ProjectName}}:latest'
0 commit comments