Add support for arm64 on ubuntu

Fall back to the erlang-base package on arm64 architecture as
the erlang-base-hipe package is not available.

Change-Id: Ic8aeec9cab6aacb5c48755ea7ddd8a3768b5c343
This commit is contained in:
Jonathan Rosser 2018-11-22 20:18:17 +00:00
parent 971fff32b1
commit e577e997a9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ _rabbitmq_erlang_repo:
_rabbitmq_erlang_version_spec: "1:20.3*"
rabbitmq_dependencies:
- erlang-base-hipe
- "{{ (ansible_architecture == 'aarch64') | ternary('erlang-base', 'erlang-base-hipe') }}"
- erlang-nox
- socat