Debian / Ubuntu packages: apt-get update fails on Raspbian

Many thanks for the packages. I’ve just replaced Bittorrent Sync on two PCs and it works perfect.

But I have some problems with the installation on my Raspberry Pi model B running with Raspbian Jessie. After

  • adding the release PGP keys and
  • adding the release channel to sources.list

entering sudo apt-get update returns the following error: W: Failed to fetch http://apt.syncthing.net/dists/syncthing/InRelease Unable to find expected entry ‘release/binary-armhf/Packages’ in Release file (Wrong sources.list entry or malformed file)

What am I doing wrong? (I double checked: apt-key list returns the same as on the PCs where Syncthing works and the entry in sources.list is: deb http://apt.syncthing.net/ syncthing release)

Thanks for any help Martin

probably related to: https://github.com/syncthing/syncthing/issues/1808

Yes, most likely. Thanks for the quick reply.