Skip to content

Commit d718f6a

Browse files
ci: Update build scripts to use f41
1 parent bc88a0b commit d718f6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
docker run \
1515
--quiet \
1616
-v "$PWD":/repo \
17-
ghcr.io/t2linux/fedora-ci:40 \
17+
ghcr.io/t2linux/fedora-ci:41 \
1818
/repo/lint.sh
1919
2020
build:
@@ -70,7 +70,7 @@ jobs:
7070
docker run \
7171
--privileged \
7272
-v "$PWD":/repo \
73-
ghcr.io/t2linux/fedora-ci:40 \
73+
ghcr.io/t2linux/fedora-ci:41 \
7474
/repo/build-packages.sh "${CHANGED_PACKAGES[@]}"
7575
env:
7676
CHANGES: ${{ steps.changed-files.outputs.all_changed_files }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cd t2-fedora
2626
Then run the build container, which has dependencies already installed. The packages will be in `builddir`. If you want to only build a specific package, pass its name as a argument to this command:
2727

2828
```bash
29-
podman run --privileged -v "$PWD":/repo ghcr.io/t2linux/fedora-ci:40 /repo/build-packages.sh
29+
podman run --privileged -v "$PWD":/repo ghcr.io/t2linux/fedora-ci:41 /repo/build-packages.sh
3030
```
3131

3232
## Credits

0 commit comments

Comments
 (0)