I'm using Debian Bookworm. If you use something like what is suggested in the instruction, for example:

deb http://geany.nightlybuilds.org/debian/bookworm stable main

apt will complain.

Your repository doesn't include i386. So you need to add [arch=amd64]:

deb [arch=amd64] http://geany.nightlybuilds.org/debian/bookworm stable main


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/4176@github.com>