We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ae670 commit 6c0d3b2Copy full SHA for 6c0d3b2
1 file changed
.github/workflows/continuous_integration.yaml
@@ -35,3 +35,10 @@ jobs:
35
with:
36
version: unstable
37
- 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