-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Context
Currently, copa-action only supports the amd64 architecture. With the growing adoption of ARM-based runners (GitHub Actions arm64 runners, AWS Graviton, Apple Silicon self-hosted runners), users running workflows on ARM infrastructure cannot use this action.
Need
As a user running GitHub Actions on ARM-based runners, I want copa-action to support the arm64 architecture so that I can patch container images without being restricted to amd64 runners.
Expected changes
- Download and install the appropriate Copa binary based on the runner's architecture (
amd64orarm64) - Ensure buildkit / trivy components used by the action also support ARM
- Update any architecture-hardcoded references to dynamically detect
RUNNER_ARCHoruname -m
Additional context
- GitHub now offers
arm64hosted runners - The Copa CLI itself already publishes
linux/arm64binaries in its releases
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels