Tidy up several things in build files (#3)

Change from QCow2 to Raw images
Update boot options for better outputs
Add SSH host key acceptance files
Change Ubuntu builder to Ubuntu 22
This commit is contained in:
Greg Hellings
2022-06-04 13:23:22 -05:00
committed by GitHub
parent 274b01f7f6
commit a552637428
11 changed files with 75 additions and 45 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ name: Build the boxes
types:
- published
- prereleased
pull_request:
jobs:
collect:
@@ -24,7 +25,7 @@ jobs:
build:
name: Build box
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- collect
strategy: