Skip to content

Commit fd04e02

Browse files
authored
Added aarch64 targets for Linux and buildjet runners for ARM (#13)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent bdd1c3c commit fd04e02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ ci = "github"
3131
# The installers to generate for each app
3232
installers = []
3333
# Target platforms to build apps for (Rust target-triple syntax)
34-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
34+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
35+
36+
[workspace.metadata.dist.github-custom-runners]
37+
aarch64-unknown-linux-gnu = "buildjet-8vcpu-ubuntu-2204-arm"
38+
aarch64-unknown-linux-musl = "buildjet-8vcpu-ubuntu-2204-arm"

0 commit comments

Comments
 (0)