Replies: 1 comment
-
|
I am running on M1 with no issues. might be worth pulling that image manually? it is pretty large. i'm not sure what the % act --version % docker --version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm encountering a problem when trying to run GitHub Actions locally using
acton my MacBook with an Apple M-series chip. I have Docker installed and am trying to run the workflow with the following command:However, the process seems to hang indefinitely, with the last output being related to Docker pulling an image:
Here are the steps I've taken so far:
Is there any additional configuration I need to do for
actto work with Docker on an Apple M-series chip? Or are there any known issues with Docker image compatibility?I would appreciate any insights or suggestions on how to resolve this hang-up.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions