File tree Expand file tree Collapse file tree 3 files changed +37
-137
lines changed
core/debootstrap-scripts/scripts Expand file tree Collapse file tree 3 files changed +37
-137
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : build-udroid
22on :
3- push :
4- paths :
5- - " **.sh"
6- - " **.yml"
7- workflow_dispatch : { }
3+ push :
4+ paths :
5+ - " **.sh"
6+ - " **.yml"
7+ workflow_dispatch : {}
88
99jobs :
10- BuidJammyRaw :
11- name : build Jammy
12- runs-on : ubuntu-latest
13- steps :
14- - name : checkout repo
15- uses : actions/checkout@v3
16- with :
17- submodules : recursive
10+ BuidJammyRaw :
11+ name : build Jammy
12+ runs-on : ubuntu-latest
13+ steps :
14+ - name : checkout repo
15+ uses : actions/checkout@v3
16+ with :
17+ submodules : recursive
1818
19- - name : Docker Setup QEMU
20- uses : docker/setup-qemu-action@v2
19+ - name : Docker Setup QEMU
20+ uses : docker/setup-qemu-action@v2
2121
22- - name : Satify Dependencies
23- run : |
24- sudo apt-get update
25- sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
22+ - name : Satify Dependencies
23+ run : |
24+ sudo apt-get update
25+ sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
2626
27- - name : Trigger fs-cook
28- run : sudo bash .github/scripts/build-jammy .sh
27+ - name : Trigger fs-cook
28+ run : sudo bash .github/scripts/build-latest .sh
2929
30- - name : save arm64 builds
31- uses : actions/upload-artifact@v2
32- with :
33- name : jammy-raw-arm64
34- path : jammy-arm64
30+ - name : save arm64 builds
31+ uses : actions/upload-artifact@v2
32+ with :
33+ name : jammy-raw-arm64
34+ path : jammy-arm64
3535
36- - name : save armhf builds
37- uses : actions/upload-artifact@v2
38- with :
39- name : jammy-raw-armhf
40- path : jammy-armhf
36+ - name : save armhf builds
37+ uses : actions/upload-artifact@v2
38+ with :
39+ name : jammy-raw-armhf
40+ path : jammy-armhf
4141
42- - name : save amd64 builds
43- uses : actions/upload-artifact@v2
44- with :
45- name : jammy-raw-amd64
46- path : jammy-amd64
42+ - name : save amd64 builds
43+ uses : actions/upload-artifact@v2
44+ with :
45+ name : jammy-raw-amd64
46+ path : jammy-amd64
Original file line number Diff line number Diff line change 1+ gutsy
You can’t perform that action at this time.
0 commit comments