@@ -2,8 +2,8 @@ name: build-udroid
22on :
33 push :
44 paths :
5- - ' **.sh'
6- - ' **.yml'
5+ - " **.sh"
6+ - " **.yml"
77jobs :
88 BuildImpishRaw :
99 name : build impish
@@ -14,25 +14,25 @@ jobs:
1414
1515 - name : Docker Setup QEMU
161617-
17+
1818 - name : Satify Dependencies
1919 run : sudo apt update; sudo apt install git build-essential binfmt-support qemu-user-static debootstrap -y
20-
20+
2121 - name : Trigger fs-cook
2222 run : bash .github/scripts/build-impish.sh
23-
23+
2424 - name : save arm64 builds
2525 uses : actions/upload-artifact@v2
2626 with :
2727 name : impish-raw-arm64
2828 path : impish-arm64
29-
29+
3030 - name : save armhf builds
3131 uses : actions/upload-artifact@v2
3232 with :
3333 name : impish-raw-armhf
3434 path : impish-armhf
35-
35+
3636 - name : save amd64 builds
3737 uses : actions/upload-artifact@v2
3838 with :
@@ -45,28 +45,28 @@ jobs:
4545 steps :
4646 - name : checkout repo
4747 uses : actions/checkout@v2
48-
48+
4949 - name : Docker Setup QEMU
505051-
51+
5252 - name : Satify Dependencies
5353 run : sudo apt update; sudo apt install git build-essential binfmt-support qemu-user-static debootstrap -y
54-
54+
5555 - name : Trigger fs-cook
5656 run : bash .github/scripts/build-hirsute.sh
57-
57+
5858 - name : save arm64 builds
5959 uses : actions/upload-artifact@v2
6060 with :
6161 name : hirsute-raw-arm64
6262 path : hirsute-arm64
63-
63+
6464 - name : save armhf builds
6565 uses : actions/upload-artifact@v2
6666 with :
6767 name : hirsute-raw-armhf
6868 path : hirsute-armhf
69-
69+
7070 - name : save amd64 builds
7171 uses : actions/upload-artifact@v2
7272 with :
@@ -78,28 +78,28 @@ jobs:
7878 steps :
7979 - name : checkout repo
8080 uses : actions/checkout@v2
81-
81+
8282 - name : Docker Setup QEMU
838384-
84+
8585 - name : Satify Dependencies
8686 run : sudo apt update; sudo apt install git build-essential binfmt-support qemu-user-static debootstrap -y
87-
87+
8888 - name : Trigger fs-cook
8989 run : bash .github/scripts/build-jammy.sh
90-
90+
9191 - name : save arm64 builds
9292 uses : actions/upload-artifact@v2
9393 with :
9494 name : jammy-raw-arm64
9595 path : jammy-arm64
96-
96+
9797 - name : save armhf builds
9898 uses : actions/upload-artifact@v2
9999 with :
100100 name : jammy-raw-armhf
101101 path : jammy-armhf
102-
102+
103103 - name : save amd64 builds
104104 uses : actions/upload-artifact@v2
105105 with :
0 commit comments