File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 73
73
- x86_64-unknown-linux-musl
74
74
- arm-unknown-linux-gnueabihf
75
75
- x86_64-apple-darwin
76
+ - aarch64-apple-darwin
76
77
- x86_64-pc-windows-msvc
77
78
- x86_64-pc-windows-gnu
78
79
- i686-pc-windows-msvc
91
92
- target : x86_64-apple-darwin
92
93
os : macos-latest
93
94
rust : stable
95
+ - target : aarch64-apple-darwin
96
+ os : macos-latest
97
+ rust : stable
94
98
- target : x86_64-pc-windows-msvc
95
99
os : windows-latest
96
100
rust : nightly
@@ -169,8 +173,8 @@ jobs:
169
173
run : |
170
174
"$CARGO" build --verbose --release "$TARGET_FLAGS" --no-default-features --features ${{ matrix.feature }}
171
175
172
- - name : Strip release binary (x86-64 Linux, and macOS)
173
- if : matrix.target == 'x86_64-unknown-linux-musl' || matrix.target == 'x86_64-apple-darwin '
176
+ - name : Strip release binary (x86-64 Linux, and all macOS)
177
+ if : matrix.target == 'x86_64-unknown-linux-musl' || matrix.os == 'macos-latest '
174
178
run : strip "$TARGET_DIR"/release/{ein,gix}
175
179
176
180
- name : Strip release binary (ARM Linux)
You can’t perform that action at this time.
0 commit comments