Skip to content

Commit

Permalink
Merge pull request #17 from dataheld/linux-arm2
Browse files Browse the repository at this point in the history
add linux arm runner
  • Loading branch information
grahamc authored Feb 13, 2025
2 parents 13124e4 + 21d1e99 commit e01fb93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e01fb93

Please sign in to comment.