-
-
Notifications
You must be signed in to change notification settings - Fork 23
Support ARM64 GitHub Actions Runners #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Although a workaround is using |
hey @ayuhito, thanks for reporting issue. yeah action will not work for platform other then linux/amd64 as docker image is created only for this platform. as you mentioned workaround is to run go-test-coverage as tool - this will work for any platform. i can't remember reasoning why docker was utilized in the first place, it seems better to checkout source and run go-test-coverage as tool. it might be few seconds slower (checking out repo, dependencies then building vs getting docker image). solutions:
|
if anyone is looking for contribution please consider this task. |
I actually like the The only downside is that you have to write a bit of shell to copy GitHub env variables to CLI flags for stuff like coverage branch comparison. But I also think it might be possible to add that logic directly into the CLI which would make the |
github action can be implemented to run it will be nice to have github action implemented with this method alongside current github action. and let users choose which github action they want to use. and in some future time we may stick to better approach. |
We use ARM runners for all our GitHub Actions, including tests, but I don't think this action supports other platforms?
Thank you!
The text was updated successfully, but these errors were encountered: