Fix GoReleaser error regarding different binary counts per platform - #58
Conversation
Added `allow_different_binary_count: true` to the `.goreleaser.yaml` configuration to allow the archive to contain a different number of binaries on each platform. This resolves a build error during release when building `md2view` only for linux while building `md2png` for more platforms. Co-authored-by: arran4 <[email protected]>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Documentation previewsThe rendered README and example images are available as workflow artifacts.
|
There was a problem hiding this comment.
Code Review
This pull request updates the .goreleaser.yaml configuration by adding allow_different_binary_count: true to the release-archives archive configuration. This change allows Goreleaser to package a different number of binaries than specified in the build list. No review comments were provided, and there is no further feedback.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
The
.goreleaser.yamlhas been updated withallow_different_binary_count: trueto support generating archives with different binary counts based on the platform. This resolves the GoReleaser error:archive has different count of binaries for each platform.PR created automatically by Jules for task 18216689034871164338 started by @arran4