Skip to content

Commit b626236

Browse files
committed
Use docker (instead of podman) to build debs
1 parent 45b6712 commit b626236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ trap cleanup EXIT
2121
cp scripts/_build_deb_in_container.bash "$CONTEXT"
2222
python setup.py sdist -d "$CONTEXT"
2323

24-
podman run -it \
24+
docker run -it \
2525
--name "$CONTAINER_NAME" \
2626
--volume "$CONTEXT:/source" \
2727
"$DISTRO:$DISTROVER" \

0 commit comments

Comments
 (0)