Skip to content

Commit

Permalink
Add custom runners
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokya committed Nov 3, 2024
1 parent b1dd16c commit b850fa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ pr-run-mode = "plan"
install-updater = false
# Extra static files to include in each App (path relative to this Cargo.toml's dir)
include = ["config", "data", "db-init"]

[ci.github.runners]
aarch64-unknown-linux-gnu = "buildjet-2vcpu-ubuntu-2204-arm"
aarch64-unknown-linux-musl = "buildjet-2vcpu-ubuntu-2204-arm"

0 comments on commit b850fa1

Please sign in to comment.