Skip to content

Commit 32e9d8d

Browse files
authored
7.0 → 7.1 (#693)
1 parent a36d965 commit 32e9d8d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/daily-7.0.yml renamed to .github/workflows/daily-7.1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: daily-7.0
1+
name: daily-7.1
22

33
on:
44
push:
@@ -24,4 +24,4 @@ jobs:
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 }}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

build-rpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export architecture="arm64"
2020
export codename="jammy"
2121
export channel="daily"
2222

23-
version=7.0
23+
version=7.1
2424
YYYYMMDD="$(date +%Y%m%d)"
2525
imagename=elementaryos-$version-$channel-rpi-$YYYYMMDD
2626

etc/terraform-daily-7.0-azure.conf renamed to etc/terraform-daily-7.1-azure.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ BASECODENAME="jammy"
88
BASEVERSION="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
1717
CHANNEL="daily"

etc/terraform-stable-azure.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BASEVERSION="22.04"
1111
CODENAME="horus"
1212

1313
# distribution version
14-
VERSION="7.0"
14+
VERSION="7.1"
1515

1616
# distribution channel
1717
CHANNEL="stable"

etc/terraform.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BASEVERSION="22.04"
1111
CODENAME="horus"
1212

1313
# distribution version
14-
VERSION="7.0"
14+
VERSION="7.1"
1515

1616
# distribution channel
1717
CHANNEL="stable"

0 commit comments

Comments
 (0)