whosgonna left a comment (kamailio/kamailio#4235)
I tried the ARM64 packages from [deb.kamailio.com](http://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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4235#issuecomment-2902083152
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4235/2902083...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!