Skip to content

Commit 7b1a9f0

Browse files
committed
correct akmods for github
1 parent 554fc8e commit 7b1a9f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-disk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
build:
2727
name: Build ISO
28-
runs-on: ubuntu-latest-m #ubuntu-24.04
28+
runs-on: ubuntu-latest-m
2929
permissions:
3030
contents: write
3131
packages: read

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}"
2222
DEFAULT_TAG: "latest"
2323
FEDORA_VERSION: "43"
24-
AKMODS_FLAVOR: "coreos-stable"
24+
AKMODS_FLAVOR: "main"
2525

2626
concurrency:
2727
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
@@ -30,7 +30,7 @@ concurrency:
3030
jobs:
3131
build_push:
3232
name: Build and push image
33-
runs-on: ubuntu-latest-m #ubuntu-24.04
33+
runs-on: ubuntu-latest-m
3434

3535
permissions:
3636
contents: read

0 commit comments

Comments
 (0)