Update goreleaser config file and add arm64 - #41
Merged
Conversation
Update format to formats as per https://goreleaser.com/deprecations/#archivesformat_overridesformat
Update version to version 2 (latest goreleaser doesn't support version 0)
Contributor
Author
|
I also did a test release https://github.com/VeckoTheGecko/kroki-cli/releases/tag/v0.5.1 on my fork. Only difference on my fork is commit 9ee2f3752a991dd2c787ce4c5cec812a3fb5d65b
Author: Vecko <36369090+VeckoTheGecko@users.noreply.github.com>
Date: Fri Mar 6 12:56:45 2026 +0100
fork patch
diff --git a/.goreleaser.yml b/.goreleaser.yml
index f6631cc..686540e 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -29,6 +29,6 @@ archives:
release:
github:
- owner: yuzutech
+ owner: VeckoTheGecko
name: kroki-cli
draft: true
|
Member
|
Thanks! |
This was referenced Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #40
Along the way I found that the
.goreleaser.ymlconfig file was out of date. This fixes that (see commit history for details).How this was tested
goreleaser checkto check the config filegoreleaser release --snapshot --cleanand run./kroki-cli/dist/kroki-cli_darwin_arm64_v8.0/kroki --help(which worked)