seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

Build multi-arch images if possible, including arm64

Open ezelenka opened this issue 3 years ago • 2 comments

Please build multi-arch images if possible, including at least arm64 platform.

ezelenka avatar Feb 20 '22 08:02 ezelenka

Are you able to provide a PR for this or an outline of steps?

ukclivecox avatar Feb 20 '22 10:02 ukclivecox

@cliveseldon I found the code here: https://github.com/SeldonIO/seldon-core/tree/master/core-builder which uses docker directly and potentially some precompiled packages as well. This potentially can be done using buildx - https://docs.docker.com/buildx/working-with-buildx/ , or podman - https://podman.io/ and feels like fair amount of work. I don't have PR for this work. Why I'm saying "if possible", is because I'm not sure if there are pre-build dependencies for this image which are arch specific or not.

ezelenka avatar Feb 23 '22 14:02 ezelenka

Not for now - closing

ukclivecox avatar Dec 19 '22 11:12 ukclivecox