Update build.yml

This commit is contained in:
ferrreo 2023-06-16 16:30:50 +01:00 committed by GitHub
parent 81d49a418d
commit db5f561c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ubuntu:lunar
image: ghcr.io/pikaos-linux/pika-kernel-container:latest
volumes:
- /proc:/proc
options: --privileged -it
@ -16,9 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install needed packages
run: apt update && apt install bc bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev debhelper lz4 qtbase5-dev rsync schedtool wget zstd tar -y
- name: Build Kernel
run: ./main.sh