Skip to content

Commit

Permalink
feat: Provide native linux arm-64 build (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko authored Jan 21, 2025
1 parent 49ccd5d commit db7a128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
artifact: "linux-x64"
ocaml-compiler: "ocaml-variants.5.2.0+options,ocaml-option-flambda"
triplet: "x64-linux"
- os: ubuntu-24.04-arm
artifact: "linux-arm64"
ocaml-compiler: "ocaml-variants.5.2.0+options,ocaml-option-flambda"
triplet: "arm64-linux"
- os: windows-latest
artifact: "windows-x64"
ocaml-compiler: "ocaml-variants.5.2.0+options,ocaml-option-flambda"
Expand Down
1 change: 1 addition & 0 deletions npm_package/post_install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const os = require('os');

const binaries = {
'linux-x64': 'odiff-linux-x64.exe',
'linux-arm64': 'odiff-linux-arm64.exe',
'darwin-arm64': 'odiff-macos-arm64.exe',
'darwin-x64': 'odiff-macos-x64.exe',
'win32-x64': 'odiff-windows-x64.exe',
Expand Down

0 comments on commit db7a128

Please sign in to comment.