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 d3296b8 commit d76fe16Copy full SHA for d76fe16
.github/goreleaser.yaml
@@ -1,4 +1,5 @@
1
project_name: supernova
2
+version: 2
3
4
before:
5
hooks:
@@ -24,7 +25,7 @@ gomod:
24
25
proxy: true
26
27
archives:
- # https://goreleaser.com/customization/archive/
28
+ # https://goreleaser.com/customization/archive/
29
- files:
30
# Standard Release Files
31
- LICENSE
@@ -123,7 +124,7 @@ docker_manifests:
123
124
- ghcr.io/gnolang/{{ .ProjectName }}:latest-arm64v8
125
- ghcr.io/gnolang/{{ .ProjectName }}:latest-armv6
126
- ghcr.io/gnolang/{{ .ProjectName }}:latest-armv7
-
127
+
128
docker_signs:
129
- cmd: cosign
130
env:
0 commit comments