I tried the ARM64 packages from deb.kamailio.com, but unfortunately they don't seem to be found (for lack of a better description). Using this docker file:
FROM debian:12-slim
RUN apt update \
&& apt install -y gpg wget \
&& wget -O- https://deb.kamailio.org/kamailiodebkey.gpg | gpg --dearmor > /usr/share/keyrings/kamailio.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/kamailio.gpg] http://deb.kamailio.org/kamailio60-nightly bookworm main" > /etc/apt/sources.list.d/kamailio.list \
&& apt update
If i build on AMD64, and then run, I see the 6.0 packages:
root@06504d58a705:/# apt list -a kamailio
Listing... Done
kamailio/unknown 6.0.2~bpo12.20250516094433.9 amd64
kamailio/stable 5.6.3-2 amd64
But on ARM64:
root@2cb17717952d:/# apt list -a kamailio
Listing... Done
kamailio/stable 5.6.3-2 arm64
I was just doing a cursory test, so I don't have much else, however I'm happy to retest whenever you need.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.