We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b612a5e commit 4ed1e31Copy full SHA for 4ed1e31
.github/workflows/debos.yml
@@ -69,6 +69,8 @@ jobs:
69
qualcomm-linux-debian-image.yaml
70
debos -b qemu --scratchsize 4GiB -t imagetype:sdcard \
71
72
+ # build flashable files
73
+ debos qualcomm-linux-debian-flash.yaml
74
75
- name: Upload artifacts to fileserver
76
run: |
@@ -83,8 +85,11 @@ jobs:
83
85
dir="/fileserver-builds/${id}"
84
86
mkdir -vp "${dir}"
87
# copy output files
88
+ cp -v rootfs.tar.gz "${dir}"
89
+ cp -v dtbs.tar.gz "${dir}"
90
cp -v disk-ufs.img.gz "${dir}"
91
cp -v disk-sdcard.img.gz "${dir}"
92
+ tar -cvf "${dir}"/flash.tar.gz disk-ufs.img1 disk-ufs.img2 flash_*
93
# instruct fileserver to publish this directory
94
url="${FILESERVER_URL}/${id}/"
95
curl -X POST -H 'Accept: text/event-stream' "${url}"
0 commit comments