Skip to content

Update goreleaser config file and add arm64 - #41

Merged
ggrossetie merged 4 commits into
yuzutech:masterfrom
VeckoTheGecko:arm-support
Mar 6, 2026
Merged

Update goreleaser config file and add arm64#41
ggrossetie merged 4 commits into
yuzutech:masterfrom
VeckoTheGecko:arm-support

Conversation

@VeckoTheGecko

@VeckoTheGecko VeckoTheGecko commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

Fixes #40

Along the way I found that the .goreleaser.yml config file was out of date. This fixes that (see commit history for details).

How this was tested

  • goreleaser check to check the config file
  • goreleaser release --snapshot --clean and run ./kroki-cli/dist/kroki-cli_darwin_arm64_v8.0/kroki --help (which worked)

@VeckoTheGecko

Copy link
Copy Markdown
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

@ggrossetie
ggrossetie merged commit 56b5941 into yuzutech:master Mar 6, 2026
@ggrossetie

Copy link
Copy Markdown
Member

Thanks!
I will probably upgrade the dependencies and release a new version in a few days/weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Supporting Apple silicon

2 participants