mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-14 13:29:13 +02:00
add linux arm runner
This commit is contained in:
parent
30372607df
commit
a5bf98f8f4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
|
@ -24,7 +24,8 @@ on:
|
||||||
"aarch64-darwin": "macos-latest",
|
"aarch64-darwin": "macos-latest",
|
||||||
"x86_64-darwin": "macos-latest",
|
"x86_64-darwin": "macos-latest",
|
||||||
"x86_64-linux": "ubuntu-latest",
|
"x86_64-linux": "ubuntu-latest",
|
||||||
"i686-linux": "ubuntu-latest"
|
"i686-linux": "ubuntu-latest",
|
||||||
|
"aarch64-linux": "ubuntu-24.04-arm"
|
||||||
}
|
}
|
||||||
outputs:
|
outputs:
|
||||||
flake_name:
|
flake_name:
|
||||||
|
|
Loading…
Add table
Reference in a new issue