-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
PATH is different on ubuntu-24.04-arm compared to ubuntu-24.04 #11414
Labels
Comments
DaanDeMeyer
added a commit
to DaanDeMeyer/mkosi
that referenced
this issue
Jan 17, 2025
Can be removed once actions/runner-images#11414 is addressed.
DaanDeMeyer
added a commit
to DaanDeMeyer/mkosi
that referenced
this issue
Jan 17, 2025
Can be removed once actions/runner-images#11414 is addressed.
DaanDeMeyer
added a commit
to systemd/mkosi
that referenced
this issue
Jan 17, 2025
Can be removed once actions/runner-images#11414 is addressed.
See also actions/partner-runner-images#25. |
Hi @DaanDeMeyer - Thanks for reporting the issue , we will look into this and update you. |
HI @DaanDeMeyer , |
I see the linked issue was fixed so I'll revert my workaround, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
On ubuntu-24.04 (x86):
On ubuntu-24.04-arm (arm64):
Platforms affected
Runner images affected
Image version and build link
Version: 0.0.6
Link: https://github.com/systemd/systemd/actions/runs/12829079161/job/35774426402?pr=36059
Is it regression?
no
Expected behavior
$PATH
is identical between x86 and arm64 or at least$PATH
on arm64 should contain/home/runner/.local/bin
just like on x86 as the user the job is running as isrunner
and notrunneradmin
.Actual behavior
$PATH
is different and contains/home/runneradmin/.local/bin
instead of/home/runner/.local/bin
Repro steps
echo $PATH
The text was updated successfully, but these errors were encountered: