feat: add multi platform build for docker buildx
All checks were successful
/ deploy_site (push) Successful in 4s
All checks were successful
/ deploy_site (push) Successful in 4s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user