Skip to content

Commit

Permalink
feat: Provide native linux arm-64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jan 17, 2025
1 parent 49ccd5d commit a119a15
Showing 1 changed file with 4 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: unbutu-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

0 comments on commit a119a15

Please sign in to comment.