github-runner: skip another alpine container test on aarch64-linux

https://github.com/actions/runner/pull/3940 has added support for
running node24 actions and also added a corresponding test that doesn't
work on aarch64-linux.
This commit is contained in:
Yuriy Taraday 2025-08-11 14:51:44 +02:00
parent abbcbdd863
commit 5c18671658

View File

@ -206,6 +206,7 @@ buildDotnetModule (finalAttrs: {
# "JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64"
"GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNodeRuntimeVersionInAlpineContainerAsync"
"GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNode20RuntimeVersionInAlpineContainerAsync"
"GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNode24RuntimeVersionInAlpineContainerAsync"
]
++ lib.optionals finalAttrs.DOTNET_SYSTEM_GLOBALIZATION_INVARIANT [
"GitHub.Runner.Common.Tests.ProcessExtensionL0.SuccessReadProcessEnv"