GitHub Actions workflows to build and distribute Erlang and Elixir packages.
Built from Erlang/OTP packages for Debian and Ubuntu repository.
- Update the
erlang-deb-configuration.json
file with Debian-based Linux distributions and Erlang major versions. - Run the generation script:
./generate.py erlang deb
- Commit and push the changes (in
erlang-deb-configuration.json
and in.github/workflows
).
Built from Zero-dependency Erlang RPM for RabbitMQ repository.
- Update the
erlang-rpm-configuration.json
file with CentOS-based Linux distributions and Erlang major versions. - Run the generation script:
./generate.py erlang rpm
- Commit and push the changes (in
erlang-rpm-configuration.json
and in.github/workflows
).
Built from Elixir packages for Debian and Ubuntu repository.
- Update the
elixir-deb-configuration.json
file with Debian-based Linux distributions and Elixir versions. - Run the generation script:
./generate.py elixir deb
- Commit and push the changes (in
elixir-deb-configuration.json
and in.github/workflows
).
(c) 2023-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
The contents of this repository are licensed under the Mozilla Public License 2.0 ("MPL"), same as RabbitMQ.
The packages produced by this repository are licenced under:
- Erlang: Apache 2.0
- Elixir: Apache 2.0
See LICENSE.