File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,20 @@ jobs:
196
196
name : pine-a64-plus_buster_arm64.img.bz2
197
197
path : pine-a64-plus_buster_arm64.img.bz2
198
198
199
+ - name : Build Pinebook
200
+ run : sudo vmdb2 pinebook_buster_arm64_vmdb2-0.14.1.yaml --output pinebook_buster_arm64.img --rootfs-tarball buster_arm64_rootfs.tgz --log=stderr
201
+
202
+ - name : Zero-ing obsolete data blocks
203
+ run : loopN=$(sudo kpartx -asv pinebook_buster_arm64.img | cut -d\ -f 3); sudo zerofree /dev/mapper/$loopN; sync; sudo kpartx -dsv pinebook_buster_arm64.img
204
+
205
+ - name : Compress image
206
+ run : sudo lbzip2 pinebook_buster_arm64.img
207
+
208
+ - uses : actions/upload-artifact@v1
209
+ with :
210
+ name : pinebook_buster_arm64.img.bz2
211
+ path : pinebook_buster_arm64.img.bz2
212
+
199
213
- name : Build NanoPi NEO 2
200
214
run : sudo vmdb2 nanopi-neo2_buster_arm64_vmdb2-0.14.1.yaml --output nanopi-neo2_buster_arm64.img --rootfs-tarball buster_arm64_rootfs.tgz --log=stderr
201
215
You can’t perform that action at this time.
0 commit comments