Skip to content

Commit 5439ac1

Browse files
authored
Drop 7.1 config from workflows (#725)
1 parent dcfbeb5 commit 5439ac1

File tree

6 files changed

+10
-37
lines changed

6 files changed

+10
-37
lines changed

.github/workflows/daily-8.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: daily-next
1+
name: Daily OS 8
22

33
on:
44
push:

.github/workflows/stable-8.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: stable
1+
name: Stable OS 8
22

33
on:
44
push:

.github/workflows/stable.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CODENAME="horus"
1414
VERSION="7.1"
1515

1616
# distribution channel
17-
CHANNEL="stable"
17+
CHANNEL="daily"
1818

1919
# distribution name
2020
NAME="elementary OS"
@@ -23,11 +23,11 @@ NAME="elementary OS"
2323
MIRROR_URL="http://azure.archive.ubuntu.com/ubuntu/"
2424

2525
# use HWE kernel and packages?
26-
HWE_KERNEL="yes"
26+
HWE_KERNEL="no"
2727
HWE_X11="no"
2828

2929
# use appcenter ppa
3030
INCLUDE_APPCENTER=""
3131

3232
# suffix for generated .iso files
33-
OUTPUT_SUFFIX="rc"
33+
OUTPUT_SUFFIX=""

etc/terraform-daily-8.0-azure.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BASECODENAME="noble"
88
BASEVERSION="24.04"
99

1010
# distribution codename
11-
CODENAME="next"
11+
CODENAME="circe"
1212

1313
# distribution version
1414
VERSION="8.0"

etc/terraform.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
ARCH="amd64"
33

44
# base codename
5-
BASECODENAME="jammy"
5+
BASECODENAME="noble"
66

77
# base version
8-
BASEVERSION="22.04"
8+
BASEVERSION="24.04"
99

1010
# distribution codename
11-
CODENAME="horus"
11+
CODENAME="circe"
1212

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

1616
# distribution channel
1717
CHANNEL="stable"

0 commit comments

Comments
 (0)