Support multi-arch binary downloads in composite action #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The composite action currently hard-codes
review-bot-linux-amd64as 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 -sor 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).