You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template does not use macOS as the guest OS, because it seems hard to automate
provisioning macOS instances (accept EULA, skip enabling iCloud, set up SSH...).
To run Homebrew on macOS with a sandbox, Alcoholless can be used instead.
The `alclessctl` CLI of Alcoholless is desigined to be similar to `limactl`:
https://github.com/AkihiroSuda/alcless
```
alclessctl create default
cd ~/SOME_DIRECTORY
alcless brew install xz
alcless xz SOME_FILE
```
Signed-off-by: Akihiro Suda <[email protected]>
0 commit comments