Skip to content

Commit

Permalink
ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Jul 3, 2024
1 parent f10a767 commit e08b31b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [
ubuntu-latest, # x64
buildjet-2vcpu-ubuntu-2204-arm, # ARM
]

runs-on: ${{matrix.os}}

steps:
- name: Checkout ReScript
uses: actions/checkout@v4
with:
repository: rescript-lang/rescript-compiler

- run: sudo apt update

- name: Setup OCaml
uses: ocaml/[email protected]
with:
Expand Down

0 comments on commit e08b31b

Please sign in to comment.