codacy / codacy-analysis-cli

The Codacy Analysis CLI is a command line interface that enables you to execute Codacy code analysis locally.
https://www.codacy.com
GNU Affero General Public License v3.0
93 stars 33 forks source link

[TCE-1027] ARM-based Docker Image #508

Open CodingDepot opened 3 days ago

CodingDepot commented 3 days ago

Hi, I am currently trying to integrate the Codacy CLI into a CI pipeline that is hosted on an ARM machine. This has been quite inconvenient so far since all published Docker images are only built for AMD machines. Even using the JAR or building the docker image from source has not showed any promising results since the CLI itself seems to pull docker images for each analysis tool it uses, which in turn are also only compatible with AMD.

Are there any plans on supporting ARM machines in the near future?

github-actions[bot] commented 3 days ago

Internal ticket created : TCE-1027