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:
Haikal 2024-03-06 05:38:10 +07:00 committed by GitHub
parent 2f44b156d1
commit a47fff905e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"