Skip to content

Commit faa91d8

Browse files
committed
does rocky 8 work?
1 parent a85942a commit faa91d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-check_x86_64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Build centos7 chroot
2525
run: |
2626
sudo rinse --version
27-
sudo rinse --distribution centos-8 \
27+
sudo rinse --distribution rocky-8 \
2828
--arch amd64 \
29-
--directory centos-8-chroot
29+
--directory rocky-8-chroot
3030
sudo ls
31-
sudo ls centos-8-chroot
31+
sudo ls rocky-8-chroot
3232
sudo rinse --distribution centos-7 \
3333
--mirror http://dl.rockylinux.org/vault/centos/7/os/x86_64/Packages \
3434
--arch amd64 \

0 commit comments

Comments
 (0)