File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : daily-7.0
1+ name : daily-7.1
22
33on :
44 push :
2424
2525 - name : Build and upload daily .iso
2626 run : |
27- ./workflows.sh etc/terraform-daily-7.0 -azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
27+ ./workflows.sh etc/terraform-daily-7.1 -azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
Original file line number Diff line number Diff line change 1717
1818<p align =" center " >
1919 <img src =" https://github.com/elementary/os/workflows/stable/badge.svg " alt =" Stable " >
20- <img src =" https://github.com/elementary/os/actions/workflows/daily-7.0 .yml/badge.svg " alt =" Daily 7.0 " >
20+ <img src =" https://github.com/elementary/os/actions/workflows/daily-7.1 .yml/badge.svg " alt =" Daily 7.1 " >
2121 <img src =" https://github.com/elementary/os/actions/workflows/daily-arm.yml/badge.svg " alt =" Daily ARM " >
2222
2323</p >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export architecture="arm64"
2020export codename=" jammy"
2121export channel=" daily"
2222
23- version=7.0
23+ version=7.1
2424YYYYMMDD=" $( date +%Y%m%d) "
2525imagename=elementaryos-$version -$channel -rpi-$YYYYMMDD
2626
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ BASECODENAME="jammy"
88BASEVERSION="22.04"
99
1010# distribution codename
11- CODENAME="next "
11+ CODENAME="horus "
1212
1313# distribution version
14- VERSION="7.0 "
14+ VERSION="7.1 "
1515
1616# distribution channel
1717CHANNEL="daily"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ BASEVERSION="22.04"
1111CODENAME="horus"
1212
1313# distribution version
14- VERSION="7.0 "
14+ VERSION="7.1 "
1515
1616# distribution channel
1717CHANNEL="stable"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ BASEVERSION="22.04"
1111CODENAME="horus"
1212
1313# distribution version
14- VERSION="7.0 "
14+ VERSION="7.1 "
1515
1616# distribution channel
1717CHANNEL="stable"
You can’t perform that action at this time.
0 commit comments