Skip to content

Commit 45a34fc

Browse files
committed
Include aarch64-apple-darwin in the dist manifests
1 parent e8529c7 commit 45a34fc

File tree

1 file changed

+2
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+2
-0
lines changed

src/tools/build-manifest/src/main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use std::sync::Mutex;
2222
use std::time::Instant;
2323

2424
static HOSTS: &[&str] = &[
25+
"aarch64-apple-darwin",
2526
"aarch64-unknown-linux-gnu",
2627
"aarch64-unknown-linux-musl",
2728
"arm-unknown-linux-gnueabi",
@@ -55,6 +56,7 @@ static HOSTS: &[&str] = &[
5556
];
5657

5758
static TARGETS: &[&str] = &[
59+
"aarch64-apple-darwin",
5860
"aarch64-apple-ios",
5961
"aarch64-fuchsia",
6062
"aarch64-linux-android",

0 commit comments

Comments
 (0)