You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm64 CPU architectures (i.e. new Macbooks with Apple M1) are not able to use the published container image.
Expected Behavior
There is a multi-arch image with at least arm64 and amd64 architectures.
Actual Behavior
Current image is is amd64 only.
Steps to Reproduce the Issue
Given a arm64 device
docker run ghcr.io/todogroup/repolinter will break with WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The text was updated successfully, but these errors were encountered:
Issue Report
Arm64 CPU architectures (i.e. new Macbooks with Apple M1) are not able to use the published container image.
Expected Behavior
There is a multi-arch image with at least arm64 and amd64 architectures.
Actual Behavior
Current image is is amd64 only.
Steps to Reproduce the Issue
docker run ghcr.io/todogroup/repolinter
will break withWARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The text was updated successfully, but these errors were encountered: