mirror of
https://github.com/t2linux/fedora.git
synced 2026-04-30 13:51:42 -07:00
ci: Update build scripts to use f41
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user