commit 3a78492dd25cf83313c81989eb2d7cbc1bc84fc6 Author: Mohammed Naser Date: Wed Sep 23 11:58:50 2020 -0400 Update git submodules * Update loci from branch 'master' - aarch64: enable building multi-arch images At the moment, the only missing piece of being able to build multiarchitecture images is the fact that loci does not support pulling an image that has a 'fat manifest' (i.e. pointing at many different images of different architectures but with the same name, built using buildx). This patch adds support to fetch-wheels in order for it to be able to understand how these manifests work and download the correct one for the architecture that is being built. This has been tested locally here in our environments and successfully produces multiarchitecture images using docker buildx. Change-Id: I5ea132d12fec50b4c2cddd8b8c7c1f251ee2c30b diff --git a/loci b/loci index ce66853..115396b 160000 --- a/loci +++ b/loci @@ -1 +1 @@ -Subproject commit ce66853ab9f4d8236957707beb2ee80eee31ffc5 +Subproject commit 115396b0aae975d2cd0778ff47fd8c63b0b2e608