Skip to content

Commit f8582d7

Browse files
committed
testing the new tags
1 parent e68e1c1 commit f8582d7

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
| OS | version | architecture |
1919
|:----------|---------:|--------------:|
2020
| ubuntu | 24.04 | amd64, arm64 |
21-
| fedora | 40 | amd64, arm64 |
21+
| ubuntu | 26.04 | amd64, arm64 |
22+
| fedora | 44 | amd64, arm64 |
2223
| almalinux | 9.4 | amd64, arm64 |
23-
| debian | 12 | amd64, arm64 |
24-
| archlinux | 12 | amd64 |
24+
| almalinux | 10 | amd64, arm64 |
25+
| debian | 13 | amd64, arm64 |
26+
| archlinux | latest | amd64 |
2527

2628

2729
### Deployment

ci/tags_config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ lc() { printf '%s' "$1" | tr '[:upper:]' '[:lower:]'; } # portable lowercasing
2323

2424
OS_VERSIONS=(
2525
"ubuntu=24.04"
26-
"fedora=42"
26+
"ubuntu=26.04"
27+
"fedora=44"
2728
"almalinux=9.4"
29+
"almalinux=10"
2830
"debian=13"
2931
"archlinux=latest"
3032
)

0 commit comments

Comments
 (0)