From: Jérôme Benoit Date: Fri, 14 Oct 2022 19:05:14 +0000 (+0200) Subject: Run docker image build in CI X-Git-Tag: v1.1.83~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f672adbfee38df6d56de237a23d6f2862f4441f7;p=e-mobility-charging-stations-simulator.git Run docker image build in CI Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f702e1a..84feb26f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,10 @@ jobs: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} build-docker: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [windows-latest, macos-latest, ubuntu-latest] steps: - uses: actions/checkout@v3 - name: Set up Docker Buildx