Revert docker build to one OS only
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 14 Oct 2022 19:30:13 +0000 (21:30 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 14 Oct 2022 19:30:13 +0000 (21:30 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 4d08be168f27464e6d0045766e42165024bfb99c..1f702e1a0521be0e0daec0d99d4156567c49b5bf 100644 (file)
@@ -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