Skip to content

Commit

Permalink
containers: Temporarily use Factory repo for SLE-16
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Mar 7, 2025
1 parent 0db9942 commit 2e72e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/containers/bats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sub install_ncat {
$version = get_required_var("VERSION");
$version =~ s/-/_/g;
$version = "SLE_" . $version;
} elsif (is_tumbleweed) {
} elsif (is_tumbleweed || is_sle('>=16')) {
$version = "openSUSE_Factory";
$version .= "_ARM" if (is_aarch64);
}
Expand Down

0 comments on commit 2e72e2f

Please sign in to comment.