Skip to content

Commit

Permalink
Add arm64 platform for aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Dec 19, 2024
1 parent 62a068c commit 101281f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/provided_images.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub static PROVIDED_IMAGES: &[ProvidedImage] = &[
},
ProvidedImage {
name: "aarch64-unknown-linux-gnu",
platforms: &[ImagePlatform::X86_64_UNKNOWN_LINUX_GNU],
platforms: &[ImagePlatform::X86_64_UNKNOWN_LINUX_GNU, ImagePlatform::AARCH64_UNKNOWN_LINUX_GNU],
sub: None
},
ProvidedImage {
Expand Down
1 change: 1 addition & 0 deletions targets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dylib = true
std = true
run = true
runners = "qemu-user qemu-system"
platforms = ["linux/amd64", "linux/arm64/v8"]

[[target]]
target = "arm-unknown-linux-gnueabi"
Expand Down

0 comments on commit 101281f

Please sign in to comment.