From db5f561c5454060427f491027ecebda7a7ce6445 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Fri, 16 Jun 2023 16:30:50 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa93c5e..ce6e6b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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