Skip to content

Commit

Permalink
🤖 Fix flavors (#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Oct 10, 2024
1 parent 1ce08d0 commit 01c641a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/flavors.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"flavorRelease": "24.10",
"variant": "standard",
"model": "generic",
"baseImage": "ubuntu:24.04",
"baseImage": "ubuntu:24.10",
"arch": "amd64",
"worker": "self-hosted"
},
Expand All @@ -282,7 +282,7 @@
{
"family": "ubuntu",
"flavor": "ubuntu",
"flavorRelease": "24.04",
"flavorRelease": "24.10",
"variant": "core",
"model": "generic",
"baseImage": "ubuntu:24.10",
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/uki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
flavor_release: 24.04
family: ubuntu
base_image: ubuntu:24.04
- flavor: ubuntu
flavor_release: 24.10
family: ubuntu
base_image: ubuntu:24.10
- flavor: fedora
family: rhel
flavor_release: 40
Expand Down

0 comments on commit 01c641a

Please sign in to comment.