diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7ce3559e..ebe211fd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,12 +168,12 @@ jobs: # fetch tags as checkout@v2 doesn't do that by default - run: git fetch --prune --unshallow --tags --force - - name: Build and test rpm under docker - env: - OS_TYPE: rockylinux - OS_VERSION: 8 - GO_ARCH: linux-amd64 - run: ./scripts/ci-docker-run + # - name: Build and test rpm under docker + # env: + # OS_TYPE: rockylinux + # OS_VERSION: 8 + # GO_ARCH: linux-amd64 + # run: ./scripts/ci-docker-run - name: Install and test unprivileged for rocky 8 env: @@ -219,12 +219,12 @@ jobs: # fetch tags as checkout@v2 doesn't do that by default - run: git fetch --prune --unshallow --tags --force - - name: Build and test rpm under docker - env: - OS_TYPE: rockylinux - OS_VERSION: 9 - GO_ARCH: linux-amd64 - run: ./scripts/ci-docker-run + # - name: Build and test rpm under docker + # env: + # OS_TYPE: rockylinux + # OS_VERSION: 9 + # GO_ARCH: linux-amd64 + # run: ./scripts/ci-docker-run - name: Install and test unprivileged for rocky 9 env: