Skip to content

Commit

Permalink
fixup! Podman desktop need to get the full path of the folder it will…
Browse files Browse the repository at this point in the history
… mount.

Otherwise, it will try mounting the current dir of the virtual machine, which isn't what we want.
  • Loading branch information
almet committed Dec 3, 2024
1 parent a4caab6 commit fdfdc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdfdc3f

Please sign in to comment.