devcontainers / ci

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.
MIT License
334 stars 51 forks source link

How to include `ARM` support for M1 and linux-arm #172

Closed Anselmoo closed 1 year ago

Anselmoo commented 2 years ago

Unfortunately, I got the following error:

(linux/amd64) does not match the detected host platform (linux/arm64/v8)

if it is running on a MacOS with M1.

Does devcontainer.ci has an option to built the images via matrix-built?

thx

Chuxel commented 1 year ago

Multi architecture support is in https://github.com/devcontainers/ci/pull/175, though the underlying devcontainer CLI supports it if you invoke that directly.