File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -72,17 +72,17 @@ apt-get clean
7272
7373}
7474
75- do_build " $PREFIX -arm64" arm64
76- do_build " $PREFIX -armhf" armhf
77- do_build " $PREFIX -amd64" amd64
75+ do_build " latest-test -arm64" arm64
76+ do_build " latest-test -armhf" armhf
77+ do_build " latest-test -amd64" amd64
7878
79- do_compress " $PREFIX -arm64"
80- do_compress " $PREFIX -armhf"
81- do_compress " $PREFIX -amd64"
79+ do_compress " latest-test -arm64"
80+ do_compress " latest-test -armhf"
81+ do_compress " latest-test -amd64"
8282
83- do_unmount " $PREFIX -arm64"
84- do_unmount " $PREFIX -armhf"
85- do_unmount " $PREFIX -amd64"
83+ do_unmount " latest-test -arm64"
84+ do_unmount " latest-test -armhf"
85+ do_unmount " latest-test -amd64"
8686
8787shout " setting up artifacts for GitHub"
8888msg " creating $SUITE -{arm64,amd64,armhf} directories"
Original file line number Diff line number Diff line change 88
99jobs :
1010 BuidJammyRaw :
11- name : build Jammy
11+ name : build latest
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : checkout repo
@@ -28,19 +28,19 @@ jobs:
2828 run : sudo bash .github/scripts/build-udroid.sh
2929
3030 - name : save arm64 builds
31- uses : actions/upload-artifact@v2
31+ uses : actions/upload-artifact@v4
3232 with :
33- name : jammy -raw-arm64
34- path : jammy -arm64
33+ name : latest-test -raw-arm64
34+ path : latest-test -arm64
3535
3636 - name : save armhf builds
37- uses : actions/upload-artifact@v2
37+ uses : actions/upload-artifact@v4
3838 with :
39- name : jammy -raw-armhf
40- path : jammy -armhf
39+ name : latest-test -raw-armhf
40+ path : latest-test -armhf
4141
4242 - name : save amd64 builds
43- uses : actions/upload-artifact@v2
43+ uses : actions/upload-artifact@v4
4444 with :
45- name : jammy -raw-amd64
46- path : jammy -amd64
45+ name : latest-test -raw-amd64
46+ path : latest-test -amd64
You can’t perform that action at this time.
0 commit comments