Skip to content

Commit

Permalink
Add EPEL-10 for x86_64, aarch64, ppc64le, s390x (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk authored Sep 20, 2024
1 parent 5c9ad64 commit 83e05ce
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions reference_data/platform_flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,37 @@
debug: false
priority: 10

- name: EPEL-10
repositories:
- name: epel
arch: x86_64
type: rpm
url: https://dl.fedoraproject.org/pub/epel/$releasever/Everything/x86_64/os/
production: false
debug: false
priority: 10
- name: epel
arch: aarch64
type: rpm
url: https://dl.fedoraproject.org/pub/epel/$releasever/Everything/aarch64/os/
production: false
debug: false
priority: 10
- name: epel
arch: ppc64le
type: rpm
url: https://dl.fedoraproject.org/pub/epel/$releasever/Everything/ppc64le/os/
production: false
debug: false
priority: 10
- name: epel
arch: s390x
type: rpm
url: https://dl.fedoraproject.org/pub/epel/$releasever/Everything/s390x/os/
production: false
debug: false
priority: 10

- name: dotnet-build
data:
mock:
Expand Down

0 comments on commit 83e05ce

Please sign in to comment.