mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1812] Act stopped working when I moved to a Apple Silicon Mac #885
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#885
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LucaMarconato on GitHub (May 18, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1812
Bug report info
Command used with act
Describe issue
Act was working on my old intel Mac. I moved to a new Apple Silicon Mac (using time machine), and it stopped working. I tried upgrading act (from brew), removing
~/.actrc, removing all the docker volumes, images and containers. Still the same error:Link to GitHub repository
https://github.com/scverse/spatialdata/
Workflow content
Relevant log output
Additional information
No response
@catthehacker commented on GitHub (May 18, 2023):
You are using AMD64
acton ARM64 Mac through Rosetta2, so you didn't get warning about default architecture used for docker containers. Please install ARM64 version ofact, afterwards you should see warningYou are using Apple M-series chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'..@LucaMarconato commented on GitHub (May 18, 2023):
Thank you for the information. How do I install the ARM64 version of
act?@ChristopherHX commented on GitHub (May 18, 2023):
For example by downloading it here
https://github.com/nektos/act/releases/latest
The file named like
act_Darwin_arm64.tar.gzis the native arm64 version of act for macOS.@RockChinQ commented on GitHub (Nov 12, 2023):
Thank you for your reply. I have the same issue, may I ask how can I check if I'm using the x64 act or arm64 version one? I installed it via homebrew.
@shindi-renuo commented on GitHub (May 21, 2025):
Encountering the same issue, and it doesn't seem like this is fixed yet?
@panekj commented on GitHub (May 23, 2025):
It is fixed since the flag
--container-architecturewas introduced andactfor arm64 from Homebrew has been available for few years now (github.com/Homebrew/homebrew-core@9b2acacde7). Please open new issue with details if there is something not working.