File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5252 env :
5353 GH_TOKEN : ${{ secrets.GH_TOKEN }}
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v6
5656 - name : Install dependencies (Linux)
5757 if : runner.os == 'Linux'
5858 run : |
Original file line number Diff line number Diff line change @@ -31,6 +31,15 @@ anyvm is a single-file tool for bootstrapping BSD and Illumos guests with QEMU o
3131## 2. Quick start (local)
3232
3333``` bash
34+
35+ # desktop release
36+
37+ python3 anyvm.py --os freebsd --release 15.0-xfce
38+ python3 anyvm.py --os freebsd --release 15.0-gnome
39+ python3 anyvm.py --os freebsd --release 15.0-kde6
40+
41+
42+ # command line release
3443python3 anyvm.py --os freebsd
3544python3 anyvm.py --os freebsd --release 14.3
3645python3 anyvm.py --os freebsd --release 14.3 --arch aarch64
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def _create_windows_context():
110110
111111
112112DEFAULT_BUILDER_VERSIONS = {
113- "freebsd" : "2.0.7 " ,
113+ "freebsd" : "2.0.8 " ,
114114 "openbsd" : "2.0.0" ,
115115 "netbsd" : "2.0.3" ,
116116 "dragonflybsd" : "2.0.3" ,
You can’t perform that action at this time.
0 commit comments