Skip to content

Commit

Permalink
Update create-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kallioli authored Jul 7, 2023
1 parent a5b52ab commit 70d4574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
run: |
chmod +x build.sh
./build.sh 13.2
qemu-img convert -f raw -O qcow2 -c -S 4k final.raw freebsd-13.2-amd64.qcow2
md5sum freebsd-13.2-amd64.qcow2 > md5.txt

0 comments on commit 70d4574

Please sign in to comment.