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