diff options
Diffstat (limited to 'mkmodular')
-rwxr-xr-x | mkmodular | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1167,7 +1167,7 @@ if (in_array('el9', $_SERVER['argv']) || in_array('test', $_SERVER['argv'])) { $mod .= genModule('enterprise/9/composer2-test/x86_64', $dest, '*.rpm', '2', 'x86_64', $deps, $template_comp); createRepo($dest, $mod); - $dest = 'enterprise/9/debug-modular-test/x86_64'; + $dest = 'enterprise/9/debug-modular-test/aarch64'; echo "Populate $dest\n"; cleanup($dest); $mod = ''; |