Skip to content

Commit

Permalink
7.0 → 7.1 (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Sep 20, 2023
1 parent a36d965 commit 32e9d8d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: daily-7.0
name: daily-7.1

on:
push:
Expand All @@ -24,4 +24,4 @@ jobs:

- name: Build and upload daily .iso
run: |
./workflows.sh etc/terraform-daily-7.0-azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
./workflows.sh etc/terraform-daily-7.1-azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<p align="center">
<img src="https://github.com/elementary/os/workflows/stable/badge.svg" alt="Stable">
<img src="https://github.com/elementary/os/actions/workflows/daily-7.0.yml/badge.svg" alt="Daily 7.0">
<img src="https://github.com/elementary/os/actions/workflows/daily-7.1.yml/badge.svg" alt="Daily 7.1">
<img src="https://github.com/elementary/os/actions/workflows/daily-arm.yml/badge.svg" alt="Daily ARM">

</p>
Expand Down
2 changes: 1 addition & 1 deletion build-rpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export architecture="arm64"
export codename="jammy"
export channel="daily"

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ BASECODENAME="jammy"
BASEVERSION="22.04"

# distribution codename
CODENAME="next"
CODENAME="horus"

# distribution version
VERSION="7.0"
VERSION="7.1"

# distribution channel
CHANNEL="daily"
Expand Down
2 changes: 1 addition & 1 deletion etc/terraform-stable-azure.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BASEVERSION="22.04"
CODENAME="horus"

# distribution version
VERSION="7.0"
VERSION="7.1"

# distribution channel
CHANNEL="stable"
Expand Down
2 changes: 1 addition & 1 deletion etc/terraform.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BASEVERSION="22.04"
CODENAME="horus"

# distribution version
VERSION="7.0"
VERSION="7.1"

# distribution channel
CHANNEL="stable"
Expand Down

0 comments on commit 32e9d8d

Please sign in to comment.