From 4cc33db5530608ed8bd8540bcde2674b8afeedff Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Tue, 26 Aug 2025 23:03:47 -0400 Subject: [PATCH] fix(goreleaser): fix ci --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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