From ad143f5801575863dc377e15ca44bf0993267fb6 Mon Sep 17 00:00:00 2001 From: TSC21 Date: Sun, 29 Mar 2020 16:58:55 +0100 Subject: [PATCH] ci: github: bloaty: add matrix for parallel build in Ubuntu Bionic and Focal --- .github/workflows/bloaty.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bloaty.yml b/.github/workflows/bloaty.yml index 634349022d..309344bb49 100644 --- a/.github/workflows/bloaty.yml +++ b/.github/workflows/bloaty.yml @@ -11,9 +11,12 @@ on: jobs: build: runs-on: ubuntu-latest - container: px4io/px4-dev-nuttx:2020-03-16 strategy: matrix: + container: [ + "px4io/px4-dev-nuttx-bionic:2020-03-29", + "px4io/px4-dev-nuttx-focal:2020-03-29" + ] config: [ px4_fmu-v2_default, px4_fmu-v4_default, @@ -23,6 +26,7 @@ jobs: px4_fmu-v5x_default, px4_io-v2_default, ] + container: ${{ matrix.container }} steps: - uses: actions/checkout@v1 with: