When adding a package targeting aarch64 via freight add <packagefile> && freight cache, the following error occurs:
tee: /opt/packages/registry/apt/dists/stable-20241118120836003024287/main/binary-aarch64/Packages: No such file or directory
After this, all subsequent runs of freight fail with the same error. The only solution is to remove the offending package from /var/lib/freight/apt and run freight cache again.
Is there something I need to do to add aarch64 support?
When adding a package targeting aarch64 via
freight add <packagefile> && freight cache
, the following error occurs:After this, all subsequent runs of
freight
fail with the same error. The only solution is to remove the offending package from /var/lib/freight/apt and runfreight cache
again.Is there something I need to do to add aarch64 support?