Skip to content

Commit 972c586

Browse files
committed
update distros.yml
1 parent 050d59a commit 972c586

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

support/distros.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ redhat: &redhat
2929
setup:
3030
- 'dnf install -y --allowerasing rpmdevtools tar %{build_dependencies}'
3131
setup_repo:
32-
- 'dnf install -y --allowerasing createrepo rpm-sign gpg'
32+
- 'dnf install -y --allowerasing createrepo rpm-sign'
3333
install_steps:
3434
- "curl -o /etc/yum.repos.d/%{project_slug}.repo %{url}/%{project_slug}.repo"
3535
- "dnf install %{package_name}"
@@ -224,6 +224,8 @@ distros:
224224
name: 'AlmaLinux 10'
225225
image: 'almalinux:10'
226226
<<: *redhat
227+
setup_repo:
228+
- 'dnf install -y --allowerasing createrepo rpm-sign gpg'
227229
arch: x86_64
228230
image_info_url: 'https://hub.docker.com/_/almalinux'
229231

0 commit comments

Comments
 (0)