File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ COPY dnf.conf /etc/dnf/dnf.conf
99
99
] %}
100
100
{% elif base_arch == 'aarch64' %}
101
101
{% set base_yum_repo_files = base_yum_repo_files + [
102
- 'erlang-solutions .repo' ,
102
+ 'hrw-copr- erlang-for-rabbitmq .repo' ,
103
103
'mariadb-aarch64.repo' ,
104
104
] %}
105
105
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # NOTE(hrw): this repository contains rebuild of Erlang package from RabbitMQ team
2
+ # from https://github.com/rabbitmq/erlang-rpm/
3
+ # Thanks to COPR we have aarch64 packages for CentOS Stream 8/9
4
+
5
+ [copr-hrw-erlang-for-rabbitmq]
6
+ name=Hrw's COPR with Erlang build for RabbitMQ
7
+ baseurl=https://download.copr.fedorainfracloud.org/results/hrw/erlang-for-rabbitmq/centos-stream-$releasever-$basearch/
8
+ gpgcheck=1
9
+ enabled=0
10
+ gpgkey=https://download.copr.fedorainfracloud.org/results/hrw/erlang-for-rabbitmq/pubkey.gpg
11
+ repo_gpgcheck=0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ centos-aarch64:
25
25
elasticsearch : " elasticsearch-kibana-logstash-7.x"
26
26
epel : " epel"
27
27
epel-modular : " epel-modular"
28
- erlang : " erlang-solutions "
28
+ erlang : " copr-hrw- erlang-for-rabbitmq "
29
29
extras : " extras"
30
30
grafana : " grafana"
31
31
hacluster : " ha"
You can’t perform that action at this time.
0 commit comments