From 420219e76fda1b1fb83fdd9092c6bad5eeddc306 Mon Sep 17 00:00:00 2001 From: Minhyeok Park Date: Tue, 21 Jan 2025 02:18:02 +0000 Subject: [PATCH] feat: add multi platform build for docker buildx --- init-next.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init-next.ps1 b/init-next.ps1 index 89c5351..a304792 100644 --- a/init-next.ps1 +++ b/init-next.ps1 @@ -21,6 +21,10 @@ wsl sh -c 'echo "source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosugge wsl sh -c 'echo "source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc' wsl sh -c 'curl https://raw.githubusercontent.com/pmh-only/cocktail-bar/refs/heads/main/_qkstart/scripts/install/alias.sh | sh' +wsl systemctl enable --now docker +wsl usermod -aG docker pmh +wsl docker run --privileged --rm tonistiigi/binfmt --install all + code --install-extension abierbaum.vscode-file-peek code --install-extension akamud.vscode-theme-onelight code --install-extension amazonwebservices.aws-toolkit-vscode