You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$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 is runner and not runneradmin.
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:
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: