Skip to content

Commit

Permalink
GitHub Actions: disable ./biuld mount
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Mar 20, 2024
1 parent 15266ce commit 325682d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
uses: actions/checkout@v4
- name: Build docker image
run: docker compose build ${{ inputs.linux }}
- name: Create Build Directory
run: mkdir build
- name: Build Linux Kernel
run: >
docker compose run --rm
--env CI=$CI --service-ports
-v $(pwd)/build:/build-kernel/build
${{ inputs.linux }}

0 comments on commit 325682d

Please sign in to comment.