mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-16 06:00:42 +00:00
add PS5 kernel build pipeline with multi-distro support and arm64 cross-compile
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
FROM archlinux:latest
|
||||
FROM --platform=linux/amd64 archlinux:latest
|
||||
|
||||
# pacman 7+ sandbox doesn't work in Docker containers
|
||||
RUN echo 'DisableSandbox' >> /etc/pacman.conf
|
||||
|
||||
# Only packaging tools needed — kernel is already compiled
|
||||
RUN pacman -Syu --noconfirm && pacman -S --noconfirm \
|
||||
|
||||
Reference in New Issue
Block a user