rockcrafters / dotnet

Ubuntu ROCKs for the .NET runtime and family
Apache License 2.0
50 stars 4 forks source link

Support for Arm architecture #19

Open mthalman opened 2 years ago

mthalman commented 2 years ago

.NET currently produces Ubuntu container images for the following architectures:

Should we be supporting that same set of architectures here?

cjdcordeiro commented 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

cjdcordeiro commented 2 years ago

note 2: take into account that chisel must be able to slice multi-arch DEBs for this to be supported

cjdcordeiro commented 2 years ago

@woky we only have .net on amd64 for kinetic...should we have others?

woky commented 2 years ago

@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.

cjdcordeiro commented 1 year ago

arm64 images are now released for Jammy and Kinetic. There are no immediate plans to create an arm DEB.