We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66443db commit a0e9226Copy full SHA for a0e9226
.github/workflows/build.yml
@@ -17,6 +17,13 @@ jobs:
17
- name: install qemu-user-static
18
run: sudo apt install qemu-user-static
19
20
+ - name: download base gsi.img
21
+ run: |
22
+ mkdir -p build
23
+ wget https://github.com/TrebleDroid/treble_experimentations/releases/download/ci-20240226/system-td-arm64-ab-vanilla.img.xz
24
+ tar xvf system-td-arm64-ab-vanilla.img.xz
25
+ mv system-td-arm64-ab-vanilla.img build/gsi.img
26
+
27
- name: setup permissions
28
run: sudo bash -c "chmod -R 777 ."
29
0 commit comments