diff --git a/.drone.jsonnet b/.drone.jsonnet index fe790a8..7ba520e 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,7 +1,7 @@ // Distros to Test on ;) local distros = ['centos7', 'centos8', - 'rocky8', + 'rockylinux8', 'debian10', 'debian11'];