File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ jobs:
60
60
channel : [1.74.0, nightly]
61
61
include :
62
62
- os : macos-latest
63
- target : x86_64 -apple-darwin
63
+ target : aarch64 -apple-darwin
64
64
channel : nightly
65
65
- os : windows-latest
66
66
target : x86_64-pc-windows-msvc
67
67
channel : nightly
68
68
- os : macos-latest
69
- target : x86_64 -apple-darwin
69
+ target : aarch64 -apple-darwin
70
70
channel : 1.74.0
71
71
- os : windows-latest
72
72
target : x86_64-pc-windows-msvc
Original file line number Diff line number Diff line change 5
5
: " ${TARGET?The TARGET environment variable must be set.} "
6
6
7
7
case " ${TARGET} " in
8
- x86_64-unknown-linux-gnu|x86_64-apple-darwin|x86_64-pc-windows-msvc)
8
+ x86_64-unknown-linux-gnu|x86_64-apple-darwin|aarch64-apple-darwin| x86_64-pc-windows-msvc)
9
9
CROSS=0
10
10
NO_STD=0
11
11
;;
You can’t perform that action at this time.
0 commit comments