diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-16 11:34:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-16 11:34:01 +0200 |
commit | 657537ca5c20a5834e458cf38d2ff8bb6ab8a73d (patch) | |
tree | f95dfe8744660e3155597f57a29849c0e382cb43 /mockit | |
parent | 2e73218888e8ec68400d0e710235e5df897e378e (diff) |
EL-8 aarch64 7.2 and 7.3 helpers
Diffstat (limited to 'mockit')
-rwxr-xr-x | mockit | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -54,10 +54,14 @@ fi echo mockit $SRPM $DIST $MIN $MAX $@ case $DIST in - fc37x|fc38x|fc39x|fc39a|el9x|el9a|el8a) + fc37x|fc38x|fc39x|fc39a|el9x|el9a) LST="81 74 80 82 83" SCL="74 80 81 82 83" ;; + el8a) + LST="72 73 74 80 81 82 83" + SCL="72 73 74 80 81 82 83" + ;; el8x) LST="72 73 74 80 81 82 83" SCL="56 70 71 72 73 74 80 81 82 83" |