add macos-arm64 release assets #70

Closed
opened 2026-02-10 15:49:41 +00:00 by choucavalier · 4 comments
choucavalier commented 2026-02-10 15:49:41 +00:00 (Migrated from codeberg.org)

would be useful for people who work on macOS!

would be useful for people who work on macOS!
goern commented 2026-02-10 20:18:49 +00:00 (Migrated from codeberg.org)

Added darwin to the goos list in .goreleaser.yml (commit 7b5eb3f).

Since the project is pure Go with CGO_ENABLED=0, cross-compilation to darwin works on Linux CI runners — no macOS hardware needed.

The next release will include 4 assets instead of 2:

  • forgejo-mcp_VERSION_linux_amd64.tar.gz
  • forgejo-mcp_VERSION_linux_arm64.tar.gz
  • forgejo-mcp_VERSION_darwin_amd64.tar.gznew
  • forgejo-mcp_VERSION_darwin_arm64.tar.gznew
Added `darwin` to the `goos` list in `.goreleaser.yml` (commit 7b5eb3f). Since the project is pure Go with `CGO_ENABLED=0`, cross-compilation to darwin works on Linux CI runners — no macOS hardware needed. The next release will include 4 assets instead of 2: - `forgejo-mcp_VERSION_linux_amd64.tar.gz` - `forgejo-mcp_VERSION_linux_arm64.tar.gz` - `forgejo-mcp_VERSION_darwin_amd64.tar.gz` ← **new** - `forgejo-mcp_VERSION_darwin_arm64.tar.gz` ← **new**
choucavalier commented 2026-02-10 20:23:35 +00:00 (Migrated from codeberg.org)

you are the best ❤️

you are the best ❤️
goern commented 2026-02-10 20:32:53 +00:00 (Migrated from codeberg.org)

Release 2.10.0 is out and includes the macOS (darwin) binaries for both amd64 and arm64.

@choucavalier — could you give the darwin/arm64 build a spin on your Mac and confirm it works? If everything looks good, we can consider this fully resolved. Thanks!

Release [2.10.0](https://codeberg.org/goern/forgejo-mcp/releases/tag/v2.10.0) is out and includes the macOS (darwin) binaries for both amd64 and arm64. @choucavalier — could you give the darwin/arm64 build a spin on your Mac and confirm it works? If everything looks good, we can consider this fully resolved. Thanks!
choucavalier commented 2026-02-10 22:43:13 +00:00 (Migrated from codeberg.org)

@goern just did! it works perfectly
for the record, i installed with mise as follows:

mise use -g forgejo:goern/forgejo-mcp[api_url=https://codeberg.org/api/v1,bin=forgejo-mcp,bin=forgejo-mcp]
@goern just did! it works perfectly for the record, i installed with `mise` as follows: ``` mise use -g forgejo:goern/forgejo-mcp[api_url=https://codeberg.org/api/v1,bin=forgejo-mcp,bin=forgejo-mcp] ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
agentic-forges/forgejo-mcp#70
No description provided.