I’m trying to install kopia using the apt repo on my VPS but the packages I need seem to be missing.
I have the keychain and sources all working.
My machine identifies as i368 (using dpkg --print-architecture
)
So I check the Release file at https://packages.kopia.io/apt/dists/stable/Release and it has this line:
da39a3ee5e6b4b0d3255bfef95601890afd80709 0 main/binary-i386/Packages```
That zero is the file size, that is, there are no i386 packages in the repo. It's the same in stable, unstable, and testing. They are also missing from the [github releases page](https://github.com/kopia/kopia/releases/tag/v0.18.2).
Can the i386 packages be provided? Or should I install another way?