Skip to content

Commit

Permalink
CI/tests: Use build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
be32826 authored and Andrew Fasano committed Jan 17, 2024
1 parent 596e341 commit fb0e6d0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,5 @@ jobs:
- name: Pull kernel source
run: git submodule update --init --depth 1

- name: Build Container
uses: docker/build-push-action@v5
with:
context: .
load: true
tags: pandare/kernel_builder:latest

- name: Build Kernel
run: docker run --rm -v $PWD:/app pandare/kernel_builder /app/_in_container_build.sh
run: ./build.sh

0 comments on commit fb0e6d0

Please sign in to comment.