Skip to content

Commit c9ec4c6

Browse files
committed
ci: attempt to add arm architecture to flutter_ci.yaml
1 parent 49ea0d8 commit c9ec4c6

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/workflows/flutter_ci.yaml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,14 @@ jobs:
4040
strategy:
4141
fail-fast: true
4242
matrix:
43-
os: [ ubuntu-latest ]
43+
os: [ ubuntu-latest, ubuntu-24.04-arm ]
4444
include:
4545
- os: ubuntu-latest
4646
flutter_profile: development-linux-x86_64
4747
target: x86_64-unknown-linux-gnu
48+
- os: ubuntu-24.04-arm
49+
flutter-profile: development-linux-arm64
50+
target: arm64-unknown-linux-gnu
4851
runs-on: ${{ matrix.os }}
4952

5053
steps:
@@ -128,11 +131,14 @@ jobs:
128131
strategy:
129132
fail-fast: false
130133
matrix:
131-
os: [ ubuntu-latest ]
134+
os: [ ubuntu-latest, ubuntu-24.04-arm ]
132135
include:
133136
- os: ubuntu-latest
134137
flutter_profile: development-linux-x86_64
135138
target: x86_64-unknown-linux-gnu
139+
- os: ubuntu-24.04-arm
140+
flutter-profile: development-linux-arm64
141+
target: arm64-unknown-linux-gnu
136142
runs-on: ${{ matrix.os }}
137143

138144
steps:
@@ -221,11 +227,14 @@ jobs:
221227
strategy:
222228
fail-fast: false
223229
matrix:
224-
os: [ ubuntu-latest ]
230+
os: [ ubuntu-latest, ubuntu-24.04-arm ]
225231
include:
226232
- os: ubuntu-latest
227233
flutter_profile: development-linux-x86_64
228234
target: x86_64-unknown-linux-gnu
235+
- os: ubuntu-24.04-arm
236+
flutter-profile: development-linux-arm64
237+
target: arm64-unknown-linux-gnu
229238
runs-on: ${{ matrix.os }}
230239

231240
steps:
@@ -345,11 +354,13 @@ jobs:
345354
strategy:
346355
fail-fast: false
347356
matrix:
348-
os: [ ubuntu-latest ]
357+
os: [ ubuntu-latest, ubuntu-24.04-arm ]
349358
test_number: [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
350359
include:
351360
- os: ubuntu-latest
352361
target: "x86_64-unknown-linux-gnu"
362+
- os: ubuntu-24.04-arm
363+
target: "arm64-unknown-linux-gnu"
353364
runs-on: ${{ matrix.os }}
354365
steps:
355366
- name: Checkout source code

0 commit comments

Comments
 (0)