File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,12 @@ jobs:
1414 - target : x86_64-unknown-linux-gnu
1515 os : ubuntu-latest
1616 artifact : warp-linux-x64
17- - target : aarch64-unknown-linux-gnu
18- os : ubuntu-latest
19- artifact : warp-linux-arm64
20- use_cross : true
17+ # ARM64 Linux disabled: cross-compile needs OpenSSL for aarch64
18+ # TODO: switch reqwest to rustls-tls feature to enable this
19+ # - target: aarch64-unknown-linux-gnu
20+ # os: ubuntu-latest
21+ # artifact: warp-linux-arm64
22+ # use_cross: true
2123 - target : x86_64-apple-darwin
2224 os : macos-latest
2325 artifact : warp-darwin-x64
6971 with :
7072 files : |
7173 warp-linux-x64/warp-linux-x64
72- warp-linux-arm64/warp-linux-arm64
7374 warp-darwin-x64/warp-darwin-x64
7475 warp-darwin-arm64/warp-darwin-arm64
You can’t perform that action at this time.
0 commit comments