From d718f6a15bf85991da75f91f10bbe875aa72ede3 Mon Sep 17 00:00:00 2001 From: sharpenedblade Date: Tue, 29 Oct 2024 17:26:17 -0700 Subject: [PATCH] ci: Update build scripts to use f41 --- .github/workflows/build.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 420c91f..1f3fdb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: docker run \ --quiet \ -v "$PWD":/repo \ - ghcr.io/t2linux/fedora-ci:40 \ + ghcr.io/t2linux/fedora-ci:41 \ /repo/lint.sh build: @@ -70,7 +70,7 @@ jobs: docker run \ --privileged \ -v "$PWD":/repo \ - ghcr.io/t2linux/fedora-ci:40 \ + ghcr.io/t2linux/fedora-ci:41 \ /repo/build-packages.sh "${CHANGED_PACKAGES[@]}" env: CHANGES: ${{ steps.changed-files.outputs.all_changed_files }} diff --git a/README.md b/README.md index c26b86b..662ebc1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cd t2-fedora 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: ```bash -podman run --privileged -v "$PWD":/repo ghcr.io/t2linux/fedora-ci:40 /repo/build-packages.sh +podman run --privileged -v "$PWD":/repo ghcr.io/t2linux/fedora-ci:41 /repo/build-packages.sh ``` ## Credits