Change devcontainer image to Debian to support ARM platforms (#1636)
Change image devcontainer to base debian to provide arm based
This commit is contained in:
parent
2f44b156d1
commit
a47fff905e
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"image": "mcr.microsoft.com/devcontainers/base:debian",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/rust:1": {
|
||||
"profile": "default"
|
||||
|
|
|
|||
Loading…
Reference in New Issue