ci icon indicating copy to clipboard operation
ci copied to clipboard

Allow multiple architectures, image tags for image builds

Open Chuxel opened this issue 2 years ago • 3 comments

The dev container CLI will soon support a platform argument, and https://github.com/devcontainers/cli/pull/61 introduces the ability to do multiple tags.

The challenge here is when you do a multiple architecture build, you can't use the image to run locally. This makes me wonder if this should either be a separate action, or requires an optional runCmd as proposed with #150.

//cc @stuartleeks

Chuxel avatar Jun 27 '22 20:06 Chuxel

Just wanted to drop a note that I'm working on a PR to add multiple architecture builds that I expect to wrap up within the next week or so.

natescherer avatar Sep 02 '22 14:09 natescherer

Discovered that this is currently blocked by https://github.com/devcontainers/cli/issues/155

natescherer avatar Sep 02 '22 17:09 natescherer

PR added to allow multi-platform builds. When/if it's accepted I have a plan for how to add multiple tag support, as well.

natescherer avatar Oct 19 '22 05:10 natescherer

https://github.com/devcontainers/ci/pull/175 has been merged 👍

joshspicer avatar Nov 17 '22 01:11 joshspicer

Beat me to commenting! I'm now working on adding multiple tag support too.

natescherer avatar Nov 17 '22 19:11 natescherer

Should this be closed now?

metaskills avatar Feb 05 '23 20:02 metaskills