Skip to content

Commit 6c0d3b2

Browse files
committed
Also test on ARM
1 parent a2ae670 commit 6c0d3b2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/continuous_integration.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ jobs:
3535
with:
3636
version: unstable
3737
- run: captain --version | grep '^unstable-'
38+
39+
test_arm:
40+
runs-on: ubuntu-24.04-arm
41+
steps:
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+
- uses: ./
44+
- run: captain --version | grep '^v2\.'

0 commit comments

Comments
 (0)