Skip to content

Commit db7a128

Browse files
feat: Provide native linux arm-64 build (#117)
1 parent 49ccd5d commit db7a128

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
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"

npm_package/post_install.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const os = require('os');
44

55
const 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',

0 commit comments

Comments
 (0)