I was hitting the same issue with not being able to fetch the key, and as multiple people suggested I tried:
gpg --keyserver hkps://pgp.mit.edu --recv-keys D637032E45B8C6585B9456565D2EEE6F6F349D7C
Which also kept giving me:
gpg: keyserver receive failed: No keyserver available
Until I tried about 9 hours later and it immediately worked:
gpg: key 5D2EEE6F6F349D7C: public key "Tim Müller <tim@gstreamer-foundation.org>" imported
gpg: Total number processed: 1
gpg: imported: 1
Then as multiple people have suggested, I also needed to run:
rustup target add i686-unknown-linux-gnu
And then it worked.
I shared the key on ipfs with pinata so that it's easy to get:
ipfs cat bafkreielxq2umw3k24y5jsgy42ec64geygfze6qey6nu3kq5u3pwoou5ou | gpg --import
Or using the gateway:
curl -fsSL https://ipfs.io/ipfs/bafkreielxq2umw3k24y5jsgy42ec64geygfze6qey6nu3kq5u3pwoou5ou | gpg --import
If you run an externally discoverable ipfs node, help make it more available by pinning it:
ipfs pin add bafkreielxq2umw3k24y5jsgy42ec64geygfze6qey6nu3kq5u3pwoou5ou
Pinned Comments
patlefort commented on 2026-05-18 20:11 (UTC)
A copy of the GPG key is located in
keys/pgpof this package.gpg --import keys/pgp/D637032E45B8C6585B9456565D2EEE6F6F349D7C.asc