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 1818 artifact : " linux-x64"
1919 ocaml-compiler : " ocaml-variants.5.2.0+options,ocaml-option-flambda"
2020 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"
2125 - os : windows-latest
2226 artifact : " windows-x64"
2327 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');
44
55const binaries = {
66 'linux-x64' : 'odiff-linux-x64.exe' ,
7+ 'linux-arm64' : 'odiff-linux-arm64.exe' ,
78 'darwin-arm64' : 'odiff-macos-arm64.exe' ,
89 'darwin-x64' : 'odiff-macos-x64.exe' ,
910 'win32-x64' : 'odiff-windows-x64.exe' ,
You can’t perform that action at this time.
0 commit comments