ugoviti / izpbx

izPBX is a Turnkey Cloud Native Telephony System powered by Asterisk Engine and FreePBX Management GUI
GNU General Public License v3.0
179 stars 74 forks source link

Added Support for ARM64/AARCH64 Architecture #70

Closed ab-tools closed 3 months ago

ab-tools commented 4 months ago

Hello Ugo,

with minimal changes I was able to add support for ARM64/AARCH64 architecture.

I've added it as a ARG and it still defaults to x86-64, of course.

I had to increase Zabbix version to 6.5, but this seemed not to cause negative side effects in my tests.

Would be great if you could merge this into your source, so others can also easily find the ARM64/AARCH64 version, when needed. Possibly, you could even consider releasing the ARM64/AARCH64 version to the Docker Hub as well.

This addresses requests #30 and #48.

Best regards and thanks for your efforts on this Andreas

ab-tools commented 3 months ago

Thanks, Ugo!