Skip to content

Commit 5c18671

Browse files
committed
github-runner: skip another alpine container test on aarch64-linux
actions/runner#3940 has added support for running node24 actions and also added a corresponding test that doesn't work on aarch64-linux.
1 parent abbcbdd commit 5c18671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/gi/github-runner/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ buildDotnetModule (finalAttrs: {
206206
# "JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64"
207207
"GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNodeRuntimeVersionInAlpineContainerAsync"
208208
"GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNode20RuntimeVersionInAlpineContainerAsync"
209+
"GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNode24RuntimeVersionInAlpineContainerAsync"
209210
]
210211
++ lib.optionals finalAttrs.DOTNET_SYSTEM_GLOBALIZATION_INVARIANT [
211212
"GitHub.Runner.Common.Tests.ProcessExtensionL0.SuccessReadProcessEnv"

0 commit comments

Comments
 (0)