mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-18 00:29:23 +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",
|
||||
"x86_64-darwin": "macos-latest",
|
||||
"x86_64-linux": "ubuntu-latest",
|
||||
"i686-linux": "ubuntu-latest"
|
||||
"i686-linux": "ubuntu-latest",
|
||||
"aarch64-linux": "ubuntu-24.04-arm"
|
||||
}
|
||||
outputs:
|
||||
flake_name:
|
||||
|
|
Loading…
Add table
Reference in a new issue