Skip to content

Commit 142d3c9

Browse files
dwsuseigaw
authored andcommitted
build: use build container with python support
We should also build the Python binding, thus use the Debian container with all Python dependencies installed. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 94b33cb commit 142d3c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
compiler: [gcc, clang]
1818
buildtype: [debug, release]
1919
container:
20-
image: ghcr.io/igaw/linux-nvme/debian:latest
20+
image: ghcr.io/igaw/linux-nvme/debian.python:latest
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: build

0 commit comments

Comments
 (0)