cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

`apt update` gives `doesn't support architecture 'i386'`

Open harryzcy opened this issue 1 year ago • 4 comments

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:

  1. Run apt update

Expected behavior No warning should appear

Environment and versions

  • OS: Ubuntu
  • Architecture: AMD
  • Version: 2023.8.2

harryzcy avatar Oct 27 '23 18:10 harryzcy

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

harryzcy avatar Oct 27 '23 18:10 harryzcy

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).

normanr avatar Feb 03 '24 07:02 normanr

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

alex-pythonista avatar Mar 18 '24 20:03 alex-pythonista

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).

I think it would be. It's an easy fix from Cloudflare team

harryzcy avatar Mar 29 '24 23:03 harryzcy