Skip to content

Commit

Permalink
build: use build container with python support
Browse files Browse the repository at this point in the history
We should also build the Python binding, thus use the Debian container
with all Python dependencies installed.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Dec 20, 2023
1 parent 94b33cb commit 142d3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
compiler: [gcc, clang]
buildtype: [debug, release]
container:
image: ghcr.io/igaw/linux-nvme/debian:latest
image: ghcr.io/igaw/linux-nvme/debian.python:latest
steps:
- uses: actions/checkout@v4
- name: build
Expand Down

0 comments on commit 142d3c9

Please sign in to comment.