ryankurte / action-apt

Apt action for installing multiarch packages within ubuntu gihub-actions runners
MIT License
4 stars 5 forks source link

Fails with 'arch: i386' #11

Open animetosho opened 1 year ago

animetosho commented 1 year ago

Thanks for making this action.

It seems like ports.ubuntu.com doesn't supply i386 binaries, which causes arch: i386 to fail with "Failed to fetch" errors, but I imagine should be in the normal (non-ports) repositories.

Do you think it'd make sense to skip adding the ports repositories if arch=i386?

kraftaa commented 1 year ago

Amd64 and i386 packages are in archives.ubuntu.com Arm is on ports.ubuntu.com

ryankurte commented 1 year ago

hey, yeah seems reasonable to me! archives.ubuntu.com already gets constrained to amd64/i386 so just skipping the ports.ubuntu.com step for both of those cases should do the job