diff --git a/.goreleaser.yml b/.goreleaser.yml index 3a28276..0ce3d47 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -76,7 +76,6 @@ dockers_v2: platforms: - "linux/amd64" - "linux/arm64" - use: buildx labels: "org.opencontainers.image.created": "{{.Date}}" "org.opencontainers.image.name": "{{.ProjectName}}" @@ -84,6 +83,7 @@ dockers_v2: "org.opencontainers.image.version": "{{.Version}}" "org.opencontainers.image.source": "{{.GitURL}}" "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 # 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