Update build.yml
This commit is contained in:
parent
81d49a418d
commit
db5f561c54
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user