feat: add multi platform build for docker buildx
All checks were successful
/ deploy_site (push) Successful in 4s

This commit is contained in:
2025-01-21 02:18:02 +00:00
parent 241881ae99
commit 420219e76f

View File

@ -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