Open mthalman opened 2 years ago
note: MSFT is using one Dockerfile per arch. thus ensuring the FROM
always fetches the corresponding parent image with the right architecture, regardless of the build environment
note 2: take into account that chisel
must be able to slice multi-arch DEBs for this to be supported
@woky we only have .net on amd64 for kinetic...should we have others?
@woky we only have .net on amd64 for kinetic...should we have others?
WDYM? IIUC now we have only amd64 in kinetic archive and in future we will have other architectures in kinetic and jammy.
arm64 images are now released for Jammy and Kinetic. There are no immediate plans to create an arm DEB.
.NET currently produces Ubuntu container images for the following architectures:
Should we be supporting that same set of architectures here?