File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 18
18
artifact : " linux-x64"
19
19
ocaml-compiler : " ocaml-variants.5.2.0+options,ocaml-option-flambda"
20
20
triplet : " x64-linux"
21
+ - os : ubuntu-24.04-arm
22
+ artifact : " linux-arm64"
23
+ ocaml-compiler : " ocaml-variants.5.2.0+options,ocaml-option-flambda"
24
+ triplet : " arm64-linux"
21
25
- os : windows-latest
22
26
artifact : " windows-x64"
23
27
ocaml-compiler : " ocaml-variants.5.2.0+options,ocaml-option-flambda"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ const os = require('os');
4
4
5
5
const binaries = {
6
6
'linux-x64' : 'odiff-linux-x64.exe' ,
7
+ 'linux-arm64' : 'odiff-linux-arm64.exe' ,
7
8
'darwin-arm64' : 'odiff-macos-arm64.exe' ,
8
9
'darwin-x64' : 'odiff-macos-x64.exe' ,
9
10
'win32-x64' : 'odiff-windows-x64.exe' ,
You can’t perform that action at this time.
0 commit comments