]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3664] add alpine 3.21 to hammer
authorMarcin Godzina <mgodzina@isc.org>
Wed, 18 Dec 2024 14:24:57 +0000 (14:24 +0000)
committerMarcin Godzina <mgodzina@isc.org>
Wed, 18 Dec 2024 14:24:57 +0000 (14:24 +0000)
hammer.py

index fd3d59c7969624bc409006856478289a385567f2..e85a6e72e9c608a346f29bcaaa125f9f9fc04898 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -66,6 +66,7 @@ SYSTEMS = {
         '38': True,
         '39': True,
         '40': True,
+        '41': True,
     },
     'centos': {
         '7': False,
@@ -118,6 +119,7 @@ SYSTEMS = {
         '3.18': True,
         '3.19': True,
         '3.20': True,
+        '3.21': True,
     },
     'arch': {},
 }