Update rocky.yml for Rocky 8 testing

This commit is contained in:
Jordan Carlin 2024-07-15 23:26:41 -07:00
parent 06f909f9bf
commit f910564fa4
No known key found for this signature in database

View File

@ -4,11 +4,11 @@ on: [workflow_dispatch]
jobs:
install:
name: Test installation on Rocky 9
name: Test installation on Rocky 8
runs-on: ubuntu-latest
container:
image: rockylinux:8
options: --privileged --mount type=bind, source=/, target=/
options: --privileged --mount type=bind,source=/,target=/
steps:
- name: check distro
run: cat /etc/os-release