fix(goreleaser): fix ci

This commit is contained in:
Antoine Aflalo
2025-08-26 23:03:47 -04:00
parent d36c5cf0f1
commit 4cc33db553

View File

@@ -76,7 +76,6 @@ dockers_v2:
platforms: platforms:
- "linux/amd64" - "linux/amd64"
- "linux/arm64" - "linux/arm64"
use: buildx
labels: labels:
"org.opencontainers.image.created": "{{.Date}}" "org.opencontainers.image.created": "{{.Date}}"
"org.opencontainers.image.name": "{{.ProjectName}}" "org.opencontainers.image.name": "{{.ProjectName}}"
@@ -84,6 +83,7 @@ dockers_v2:
"org.opencontainers.image.version": "{{.Version}}" "org.opencontainers.image.version": "{{.Version}}"
"org.opencontainers.image.source": "{{.GitURL}}" "org.opencontainers.image.source": "{{.GitURL}}"
"org.opencontainers.image.authors": "Belphemur" "org.opencontainers.image.authors": "Belphemur"
"org.opencontainers.image.description": "CBZOptimizer is a Go-based tool designed to optimize CBZ (Comic Book Zip) and CBR (Comic Book RAR) files by converting images to a specified format and quality. This tool is useful for reducing the size of comic book archives while maintaining acceptable image quality."
# signs the checksum file # signs the checksum file
# all files (including the sboms) are included in the checksum, so we don't need to sign each one if we don't want to # all files (including the sboms) are included in the checksum, so we don't need to sign each one if we don't want to
# https://goreleaser.com/customization/sign # https://goreleaser.com/customization/sign