-
Notifications
You must be signed in to change notification settings - Fork 969
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
add architecture to runner context #1185
Labels
Comments
This was referenced Jul 5, 2021
@fhammerl you want to take this? |
jeremyd2019
added a commit
to jeremyd2019/runner
that referenced
this issue
Sep 24, 2021
2 tasks
TingluoHuang
pushed a commit
that referenced
this issue
Oct 14, 2021
2 tasks
I m owner |
This was referenced Apr 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is support for
${{ runner.os }}
but it would also be helpful to be able to query${{ runner.architecture }}
(or maybe${{ runner.arch }}
for less typing). I think that's relevant to this repo, as I seerunner/src/Runner.Worker/JobRunner.cs
Line 107 in 09821e2
${{ runner.os }}
.The text was updated successfully, but these errors were encountered: