Skip to content

Commit ad143f5

Browse files
committed
ci: github: bloaty: add matrix for parallel build in Ubuntu Bionic and Focal
1 parent 92e0a30 commit ad143f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bloaty.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
container: px4io/px4-dev-nuttx:2020-03-16
1514
strategy:
1615
matrix:
16+
container: [
17+
"px4io/px4-dev-nuttx-bionic:2020-03-29",
18+
"px4io/px4-dev-nuttx-focal:2020-03-29"
19+
]
1720
config: [
1821
px4_fmu-v2_default,
1922
px4_fmu-v4_default,
@@ -23,6 +26,7 @@ jobs:
2326
px4_fmu-v5x_default,
2427
px4_io-v2_default,
2528
]
29+
container: ${{ matrix.container }}
2630
steps:
2731
- uses: actions/checkout@v1
2832
with:

0 commit comments

Comments
 (0)