Skip to content

Commit 323a048

Browse files

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
config:
51+
- { os: ubuntu-24.04-arm, configType: Debug }
52+
- { os: ubuntu-24.04-arm, configType: Release, runTest262: true }
5153
- { os: ubuntu-latest, configType: Debug }
5254
- { os: ubuntu-latest, configType: Release, runTest262: true }
5355
- { os: ubuntu-latest, configType: examples }
@@ -102,6 +104,9 @@ jobs:
102104
arch: ${{ matrix.config.arch }}
103105
packages: "build-base make cmake"
104106

107+
- name: uname
108+
run: uname -a
109+
105110
- name: Set build ENV vars
106111
run: |
107112
if [ "${{ matrix.config.configType }}" = "Debug" ]; then

0 commit comments

Comments
 (0)