We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6928af commit c46c3adCopy full SHA for c46c3ad
.github/workflows/ci_cd.yml
@@ -237,7 +237,9 @@ jobs:
237
build-application-linux-non-debian:
238
strategy:
239
matrix:
240
- os: ["quay.io/centos/centos:stream9", "fedora:latest"]
+ # TODO: reactivate...
241
+ # os: ["quay.io/centos/centos:stream9", "fedora:latest"]
242
+ os: ["quay.io/centos/centos:stream9"]
243
fail-fast: false
244
name: "Build Application Linux - ${{ matrix.os }}"
245
runs-on: ubuntu-latest
0 commit comments