Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
  • Loading branch information
JasonYangShadow committed Sep 11, 2024
1 parent 6cefe6b commit bc4449f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit bc4449f

Please sign in to comment.