Support multi-arch binary downloads in composite action #124

Closed
opened 2026-05-14 04:54:22 +00:00 by rodin · 0 comments
Owner

Problem

The composite action currently hard-codes review-bot-linux-amd64 as the binary name. If arm64 runners or other OS/arch combinations are used, the action will fail to find the correct binary.

Proposed Solution

Derive the asset name dynamically from uname -m / uname -s or accept an input parameter for the target architecture.

Context

Raised in review #3658 comment 21186 during PR #121 review. Deferred as out of scope for that PR (focused on VCS host detection and security hardening).

## Problem The composite action currently hard-codes `review-bot-linux-amd64` as the binary name. If arm64 runners or other OS/arch combinations are used, the action will fail to find the correct binary. ## Proposed Solution Derive the asset name dynamically from `uname -m` / `uname -s` or accept an input parameter for the target architecture. ## Context Raised in review [#3658 comment 21186](https://gitea.weiker.me/rodin/review-bot/pulls/121#issuecomment-21186) during PR #121 review. Deferred as out of scope for that PR (focused on VCS host detection and security hardening).
rodin closed this issue 2026-05-14 06:00:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rodin/review-bot#124