mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #742] [Apple Silicon] Failure 255 #471
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#471
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 @AndreiCalazans on GitHub (Jun 22, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/742
Originally assigned to: @catthehacker on GitHub.
System information
act: catthehacker/ubuntu:act-latestactversion: act version 0.2.23Expected behaviour
I expected to be able to use act with a Silicon Mac
Actual behaviour
Running
actin the command line outputs:Steps to reproduce
On a M1 Mac:
@catthehacker commented on GitHub (Jun 22, 2021):
Can you try running it again with
--container-architecture linux/amd64?@catthehacker commented on GitHub (Jun 22, 2021):
Also it seems you leaked your API password

Don't forget to also remove old history with leaked password via options
@AndreiCalazans commented on GitHub (Jun 22, 2021):
Would you be kind enough to delete the revision history. I don't seem to have that optionNevermind.
@AndreiCalazans commented on GitHub (Jun 22, 2021):
And thank you. The
--container-architecture linux/amd64worksI learned a lesson to validate what I'm copying and pasting.🤦♂️
@catthehacker commented on GitHub (Jun 22, 2021):
Since you are using Apple with M1 CPU which is
arm64, it tries to usearm64CPU architecture so you need to specify manually the platform.I will remove
arm64docker image or try to make it show some useful information regarding Apple M1/arm64