ci: Update build container name

This commit is contained in:
sharpenedblade
2024-10-13 13:35:35 -07:00
parent 6d303fa293
commit 3496b41715
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
docker run \
--quiet \
-v "$PWD":/repo \
ghcr.io/t2linux/fedora-dev:latest \
ghcr.io/t2linux/fedora-ci:latest \
/repo/lint.sh
build:
@@ -70,7 +70,7 @@ jobs:
docker run \
--privileged \
-v "$PWD":/repo \
ghcr.io/t2linux/fedora-dev:latest \
ghcr.io/t2linux/fedora-ci:40 \
/repo/build-packages.sh "${CHANGED_PACKAGES[@]}"
env:
CHANGES: ${{ steps.changed-files.outputs.all_changed_files }}
+2 -2
View File
@@ -4,7 +4,7 @@ Patched kernel and supporting packages for hardware enablement on t2 macs. Binar
The internal ssd, camera, mic, and the keyboard/trackpad work out of the box. WiFi and Bluetooth might work with some extra steps. Read [the wiki](https://wiki.t2linux.org/state/) for information about the latest hardware support.
This kernel is usually at the same version as the stable Fedora kernel. It is currently built for Fedora 39.
This kernel is usually at the same version as the stable Fedora kernel. It is currently built for Fedora 41.
## Instalation
@@ -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-dev:latest /repo/build-packages.sh
podman run --privileged -v "$PWD":/repo ghcr.io/t2linux/fedora-ci:40 /repo/build-packages.sh
```
## Credits