Skip to content

Commit 9aeb861

Browse files
Fedora 43 beta
1 parent 7e76ff7 commit 9aeb861

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
--privileged \
3939
-v "$PWD":/repo \
4040
--workdir /repo \
41-
ghcr.io/t2linux/fedora-ci:42 \
41+
ghcr.io/t2linux/fedora-ci:43 \
4242
/repo/build.sh
4343
4444
- name: Upload Artifact

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/bash
22
set -e
33

4-
release="2"
4+
release="1"
55
profiles=( "Workstation-Live" "KDE-Desktop-Live" )
66

77
repo_dir="$PWD"

0 commit comments

Comments
 (0)