Skip to content
Snippets Groups Projects

Draft: Try to get ltex working by using amd64 container on ARM.

Open Neil-Jocelyn Schark requested to merge try-to-get-ltex-working-amd64 into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
# 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
ARG _CLAB_VERSION
Loading