Skip to content

docs(actions): arm64 / non-amd64 runners and release tarball install#121

Merged
leo-aa88 merged 1 commit into
mainfrom
docs/issue-96-arm64-release-install
May 29, 2026
Merged

docs(actions): arm64 / non-amd64 runners and release tarball install#121
leo-aa88 merged 1 commit into
mainfrom
docs/issue-96-arm64-release-install

Conversation

@leo-aa88
Copy link
Copy Markdown
Member

Summary

  • Adds arm64 and other non-amd64 runners under Installing agentctl in Actions in docs/GITHUB_ACTIONS.md.
  • Explains that the bundled workflow release install step downloads only agentctl-<tag>-linux-amd64.tar.gz (matches ubuntu-latest, not runner arch).
  • Documents workarounds: AGENTCTL_INSTALL: go-build on a checkout with the Go module, or a custom install step / matching release asset URL.

Closes #96

Test plan

  • Doc-only change; no Go code modified.
  • Wording aligns with .github/workflows/agentctl-pr-review.yml release install step and issue acceptance criteria.

Made with Cursor

Document that the bundled workflow release install step only fetches
linux-amd64 tarballs, and point self-hosted ARM64 users to go-build or
a custom install step. Closes #96.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions
Copy link
Copy Markdown

ReviewGate [PASS] PASS

Stats

  • Files changed: 1
  • Raw LOC changed: 22
  • LOC after §10.4 exclusions (human_loc_changed): 22
  • PR author class: human (human collaborator account) — login leo-aa88 (§10.4.2).

No deterministic warnings fired.

Suggested labels: reviewability-pass

File categories: 1 files (0 risky)

@leo-aa88 leo-aa88 merged commit 8368363 into main May 29, 2026
1 check passed
@leo-aa88 leo-aa88 deleted the docs/issue-96-arm64-release-install branch May 29, 2026 03:48
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.

Docs: arm64 / non-amd64 runners and AGENTCTL_INSTALL=release tarball

1 participant