-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreindeer
More file actions
executable file
·67 lines (66 loc) · 2.12 KB
/
Copy pathreindeer
File metadata and controls
executable file
·67 lines (66 loc) · 2.12 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#!/usr/bin/env dotslash
{
"name": "reindeer",
"platforms": {
"macos-aarch64": {
"size": 10242752,
"hash": "sha256",
"digest": "303d6ecaa525bc3880b27e0ff5b9d5c5d8bae574e547a33be5617656f024b98f",
"format": "zst",
"path": "reindeer-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2026.04.27.00/reindeer-aarch64-apple-darwin.zst"
}
]
},
"linux-aarch64": {
"size": 12063956,
"hash": "sha256",
"digest": "d1ed602d16cf042902dbcc4ad2d7660992edaa5d15181eae100d9ecbcdaf0bce",
"format": "zst",
"path": "reindeer-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2026.04.27.00/reindeer-aarch64-unknown-linux-musl.zst"
}
]
},
"macos-x86_64": {
"size": 10368859,
"hash": "sha256",
"digest": "724f2b6c6688dda47a7b7b837ed5caf4ca59d6b41c14a62a25b22c0dcaac653f",
"format": "zst",
"path": "reindeer-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2026.04.27.00/reindeer-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 9423047,
"hash": "sha256",
"digest": "c8385e0d0c20ff159263e0e6e84b1144e6454f9667b00226420638725e7f8f3e",
"format": "zst",
"path": "reindeer-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2026.04.27.00/reindeer-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 12181216,
"hash": "sha256",
"digest": "1942d562b85d7cfed1f40c975829b04222fdd0d2f3e65393896cc13757e2dabb",
"format": "zst",
"path": "reindeer-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2026.04.27.00/reindeer-x86_64-unknown-linux-musl.zst"
}
]
}
}
}