-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathCross.toml
More file actions
44 lines (37 loc) · 1.49 KB
/
Copy pathCross.toml
File metadata and controls
44 lines (37 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# TODO: look at this and update those images: https://github.com/cross-rs/cross/pull/1580
# Use preuploaded image, because some images take 40+ mins to build and sometimes fails because of rate limiting
# x86_64 linux
[target.x86_64-unknown-linux-gnu]
image = "mrcreativ3001/cross-custom-moonlight-web-stream:x86_64-unknown-linux-gnu-0"
[target.x86_64-unknown-linux-musl]
image = "mrcreativ3001/cross-custom-moonlight-web-stream:x86_64-unknown-linux-musl-0"
# aarch64 linux
[target.aarch64-unknown-linux-gnu]
image = "mrcreativ3001/cross-custom-moonlight-web-stream:aarch64-unknown-linux-gnu-0"
[target.aarch64-unknown-linux-musl]
image = "mrcreativ3001/cross-custom-moonlight-web-stream:aarch64-unknown-linux-musl-0"
# x86_64 windows
[target.x86_64-pc-windows-gnu]
image = "mrcreativ3001/cross-custom-moonlight-web-stream:x86_64-pc-windows-gnu-0"
# x86_64 linux
#[target.x86_64-unknown-linux-gnu.dockerfile]
#file = "./Cross/Dockerfile.x86_64-unknown-linux-gnu"
#context = "./Cross/"
#
#[target.x86_64-unknown-linux-musl.dockerfile]
#file = "./Cross/Dockerfile.x86_64-unknown-linux-musl"
#context = "./Cross/"
#
## aarch64 linux
#[target.aarch64-unknown-linux-gnu.dockerfile]
#file = "./Cross/Dockerfile.aarch64-unknown-linux-gnu"
#context = "./Cross/"
#
#[target.aarch64-unknown-linux-musl.dockerfile]
#file = "./Cross/Dockerfile.aarch64-unknown-linux-musl"
#context = "./Cross/"
#
## x86_64 windows
#[target.x86_64-pc-windows-gnu.dockerfile]
#file = "./Cross/Dockerfile.x86_64-pc-windows-gnu"
#context = "./Cross/"