Skip to content
Snippets Groups Projects
Commit 4e65f600 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent e414b725
No related branches found
No related tags found
1 merge request!115Draft: Try to get ltex working by using amd64 container on ARM.
Pipeline #193457 passed
# The base container already has entrypoint, vscode user account, etc. out of the box # The base container already has entrypoint, vscode user account, etc. out of the box
FROM mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04 FROM --platform=linux/amd64 mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04
# Containerlab version will be set in devcontainer.json # Containerlab version will be set in devcontainer.json
ARG _CLAB_VERSION ARG _CLAB_VERSION
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
"_CLAB_VERSION": "0.54.2" "_CLAB_VERSION": "0.54.2"
} }
}, },
"runArgs": ["--platform=linux/amd64" ],
"features": { "features": {
"ghcr.io/devcontainers/features/go:1": { "ghcr.io/devcontainers/features/go:1": {
"version": "1.22" "version": "1.22"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment