We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879b9c9 commit c8fb267Copy full SHA for c8fb267
1 file changed
.goreleaser.yaml
@@ -35,6 +35,9 @@ builds:
35
- amd64
36
- arm64
37
38
+# use https://ko.build/ to build Go image
39
+# see https://github.com/goreleaser/goreleaser/blob/main/www/docs/customization/ko.md
40
+# and https://ko.build/
41
kos:
42
- repository: ghcr.io/chesscomputing/metadata
43
tags:
@@ -80,9 +83,6 @@ changelog:
80
83
- "^docs:"
81
84
- "^test:"
82
85
-# docker_signs:
-# artifacts: manifests
-
86
# The lines beneath this are called `modelines`. See `:help modeline`
87
# Feel free to remove those if you don't want/use them.
88
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
0 commit comments