From fdfdc3f89ff88d11c7bbfc963e1bb6c718b00e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 3 Dec 2024 16:01:38 +0100 Subject: [PATCH] fixup! Podman desktop need to get the full path of the folder it will mount. Otherwise, it will try mounting the current dir of the virtual machine, which isn't what we want. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3203f..67bafcd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ scratch. ```bash - podman run --rm --userns=keep-id --volume=".:/home/user/apt-tools-prod" apt-tools-prod-builder ./tools/publish + podman run --rm --userns=keep-id --volume="$(pwd):/home/user/apt-tools-prod" apt-tools-prod-builder ./tools/publish ``` - Run `./tools/publish --sign` to sign the release files. This part must run