mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1297] Crash bug in M1 - Illegal instruction (4) #704
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#704
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 @voltrans-it-fitz on GitHub (Aug 9, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1297
Bug report info
Describe issue
It's just cannot run on my M1 Pro machine, Please help.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@Antvirf commented on GitHub (Aug 24, 2022):
Same issue, with likely a very similar setup. It looks like the Flutter Action workflow is the issue for both of us. Including here a minimal workflow to reproduce the issue for anyone willing to give it a look.
Just because it gave segfault, I tried changing my Docker Desktop options to give containers more memory (up to 8 cpus, up to 16gb memory) but it didn't resolve the issue.
Env details
Minimal workflow to reproduce this:
Executing this with or without
--container-architecture linux/amd64gives the same output as mentioned by @voltrans-it-fitz, included my log output below as well for reference.My log output
@Antvirf commented on GitHub (Aug 27, 2022):
Confirming also that the flow I posted above (with the Flutter action) works perfectly on an intel-based Ubuntu machine so, M1 or Mac is likely the culprit
@catthehacker commented on GitHub (Aug 27, 2022):
That looks like problem with Flutter or Docker which is something we can't fix, you should report that to upstream