From 78cb3743635bd0e4ef665e8708097bce85801598 Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Wed, 15 Nov 2023 14:19:38 -0800 Subject: [PATCH] remove local build stanza and arm64 arch install ternary (#19) * rm deprecated extension * add symbolic link for codespaces * fix qemu gha build failure * fix qemu gha build failure * fix qemu gha build failure * fix qemu gha build failure * remove local build stanza --- devcontainer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devcontainer.json b/devcontainer.json index 91070b1..2d4948a 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -3,11 +3,6 @@ // - https://containers.dev/implementors/features // - https://code.visualstudio.com/docs/getstarted/settings { - // NOTE: remove `image` and uncomment `build` to build the image locally - //"build": { - // "dockerfile": "Dockerfile", - // "context": "." - //}, "name": "pulumi", "image": "ghcr.io/pulumi/devcontainer", "settings": {