@@ -40,11 +40,14 @@ jobs:
40
40
strategy :
41
41
fail-fast : true
42
42
matrix :
43
- os : [ ubuntu-latest ]
43
+ os : [ ubuntu-latest, ubuntu-24.04-arm ]
44
44
include :
45
45
- os : ubuntu-latest
46
46
flutter_profile : development-linux-x86_64
47
47
target : x86_64-unknown-linux-gnu
48
+ - os : ubuntu-24.04-arm
49
+ flutter-profile : development-linux-arm64
50
+ target : arm64-unknown-linux-gnu
48
51
runs-on : ${{ matrix.os }}
49
52
50
53
steps :
@@ -128,11 +131,14 @@ jobs:
128
131
strategy :
129
132
fail-fast : false
130
133
matrix :
131
- os : [ ubuntu-latest ]
134
+ os : [ ubuntu-latest, ubuntu-24.04-arm ]
132
135
include :
133
136
- os : ubuntu-latest
134
137
flutter_profile : development-linux-x86_64
135
138
target : x86_64-unknown-linux-gnu
139
+ - os : ubuntu-24.04-arm
140
+ flutter-profile : development-linux-arm64
141
+ target : arm64-unknown-linux-gnu
136
142
runs-on : ${{ matrix.os }}
137
143
138
144
steps :
@@ -221,11 +227,14 @@ jobs:
221
227
strategy :
222
228
fail-fast : false
223
229
matrix :
224
- os : [ ubuntu-latest ]
230
+ os : [ ubuntu-latest, ubuntu-24.04-arm ]
225
231
include :
226
232
- os : ubuntu-latest
227
233
flutter_profile : development-linux-x86_64
228
234
target : x86_64-unknown-linux-gnu
235
+ - os : ubuntu-24.04-arm
236
+ flutter-profile : development-linux-arm64
237
+ target : arm64-unknown-linux-gnu
229
238
runs-on : ${{ matrix.os }}
230
239
231
240
steps :
@@ -345,11 +354,13 @@ jobs:
345
354
strategy :
346
355
fail-fast : false
347
356
matrix :
348
- os : [ ubuntu-latest ]
357
+ os : [ ubuntu-latest, ubuntu-24.04-arm ]
349
358
test_number : [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
350
359
include :
351
360
- os : ubuntu-latest
352
361
target : " x86_64-unknown-linux-gnu"
362
+ - os : ubuntu-24.04-arm
363
+ target : " arm64-unknown-linux-gnu"
353
364
runs-on : ${{ matrix.os }}
354
365
steps :
355
366
- name : Checkout source code
0 commit comments