Skip to content

Commit

Permalink
add ko docker build to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
abice committed Nov 13, 2023
1 parent bf63e10 commit 65e9d78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
kos:
- repository: abice/go-enum
tags:
- "{{.Version}}"
- latest
bare: true
preserve_import_paths: false
platforms:
- linux/amd64
- linux/arm64

snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
Expand Down

0 comments on commit 65e9d78

Please sign in to comment.