-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
RUNNER_ARCH
and -self-hosted
#2579
Comments
--container-architecture
and -self-hosted
RUNNER_ARCH
and -self-hosted
Make a PR to map amd64 to x64? Here is the code: act/pkg/container/host_environment.go Line 426 in 9c7f103
|
Happy to do so. Is there a case where I assumed |
I don't think such a case exist for act (for my
|
Bug report info
Command used with act
Describe issue
Seems like the
--container-architecture
flag has no effect with-self-hosted
.I understand the name doesn't really make sense given that it's not running in a container when using the
-self-hosted
flag, so I'm not surprised that it doesn't work in the same way it would when running in a container. But I am making use of an Action in my Workflow that depends on the architecture, and whenRUNNER_ARCH
is set to the defaultamd64
the Action fails.I'm looking for a way to be able set
RUNNER_ARCH
when using-self-hosted
. I've tried setting it via--env
and on my system, in both cases it seems like it gets overridden by Act.Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: