From bc4449fb7aa9720b2fe9df59c572fc422db432a6 Mon Sep 17 00:00:00 2001 From: jason yang Date: Wed, 11 Sep 2024 07:43:28 +0000 Subject: [PATCH] update Signed-off-by: jason yang --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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: