cloudflared
cloudflared copied to clipboard
`apt update` gives `doesn't support architecture 'i386'`
Describe the bug
The warning shows up when doing apt update
:
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://pkg.cloudflare.com/cloudflared jammy InRelease' doesn't support architecture 'i386'
To Reproduce Steps to reproduce the behavior:
- Run
apt update
Expected behavior No warning should appear
Environment and versions
- OS: Ubuntu
- Architecture: AMD
- Version: 2023.8.2
Right now the workaround is specifying the arch
e.g. deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared jammy main
Wouldn't the fix be for cloudflare to publish for arch=i386
(what every other debian/ubuntu package does) instead of arch=386
(probably an unintentional typo at some point).
Right now the workaround is specifying the
arch
e.g.
deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared jammy main
This worked for me
Wouldn't the fix be for cloudflare to publish for
arch=i386
(what every other debian/ubuntu package does) instead ofarch=386
(probably an unintentional typo at some point).
I think it would be. It's an easy fix from Cloudflare team