sylabs / singularity-cri

The Singularity implementation of the Kubernetes Container Runtime Interface
Apache License 2.0
114 stars 29 forks source link

Multi arch upload into release artifacts #310

Open sashayakovtseva opened 5 years ago

sashayakovtseva commented 5 years ago

@jscook2345 Which arch we should support? Default is amd64, should the rest be supported as well?

jscook2345 commented 5 years ago

I think the focus should be on linux-amd64, linux-arm64 (armv8),linux-ppc64, and linux-arm32, in that order. The 32-bit of arm may not be needed depending on what devices we want to support.

Do you think darwin-amd64 is a platform we should explore? What about windows-amd64? Are people likely to run k8s in those environments?