forked from geiger-rs/cargo-geiger
-
Notifications
You must be signed in to change notification settings - Fork 2
/
matrix.json
11 lines (11 loc) · 1 KB
/
matrix.json
1
2
3
4
5
6
7
8
9
10
11
[
{"rust-target": "x86_64-pc-windows-msvc" , "os": "windows-latest" , "rust": "stable"},
{"rust-target": "i686-pc-windows-msvc" , "os": "windows-latest" , "rust": "stable"},
{"rust-target": "aarch64-pc-windows-msvc" , "os": "windows-latest" , "rust": "stable"},
{"rust-target": "armv7-unknown-linux-gnueabihf" , "os": "ubuntu-latest" , "rust": "stable", "use-features": "vendored-openssl"},
{"rust-target": "arm-unknown-linux-gnueabihf" , "os": "ubuntu-latest" , "rust": "stable", "use-features": "vendored-openssl"},
{"rust-target": "x86_64-unknown-linux-gnu" , "os": "ubuntu-latest" , "rust": "stable"},
{"rust-target": "aarch64-unknown-linux-gnu" , "os": "ubuntu-latest" , "rust": "stable", "use-features": "vendored-openssl"},
{"rust-target": "x86_64-apple-darwin" , "os": "macos-latest" , "rust": "stable"},
{"rust-target": "aarch64-apple-darwin" , "os": "macos-latest" , "rust": "stable", "use-features": "vendored-openssl"}
]