mirror of https://gitlab.com/famedly/conduit.git
Browse Source
This fixes a bug where the aarch64 OCI image had metadata saying it was an x86_64 OCI image. On top of that, I think the metadata was actually right (aside from Conduit's binary): since all other packages were being pulled from `pkgsHost`, an OCI image cross compiled for aarch64 from a different architecture would result in unexecutable binaries (e.g. tini) since they were compiled for the completely wrong architecture.merge-requests/594/head
2 changed files with 41 additions and 27 deletions
Loading…
Reference in new issue