ops: Remove amd64 platform limitation
This commit is contained in:
@@ -2,7 +2,7 @@ ARG base_tag=bullseye
|
||||
ARG base_img=mcr.microsoft.com/vscode/devcontainers/base:dev-${base_tag}
|
||||
# ARG base_img=debian:${base_tag}
|
||||
|
||||
FROM --platform=linux/amd64 ${base_img} AS builder-install
|
||||
FROM ${base_img} AS builder-install
|
||||
|
||||
# the following shows how to install the latest version of a package.
|
||||
# you can determine the installed version with `apt-cache policy <list of packages>` and fix
|
||||
|
||||
Reference in New Issue
Block a user