fix: adding linux flatpak build steps

adding selinux :z for successfully getting thru the flatpak build
process

Signed-off-by: Máirín Duffy <duffy@redhat.com>
This commit is contained in:
Máirín Duffy 2023-11-03 13:59:08 -04:00 committed by Florent BENOIT
parent 9c486b15f8
commit c45b1d02be

View file

@ -113,6 +113,10 @@ You can view the progress at: https://community.chocolatey.org/packages/podman-d
```sh
podman run --rm -it -v %CD%\podman-desktop-0.12.0:/podman quay.io/podman-desktop/flatpak-node-generator yarn /podman/yarn.lock -o /podman/generated-sources.json
```
or (for :penguin: Linux users)
```sh
podman run --rm -it -v %CD%\podman-desktop-0.12.0:/podman:z quay.io/podman-desktop/flatpak-node-generator yarn /podman/yarn.lock -o /podman/generated-sources.json
```
1. Copy the file `$(pwd)/podman-desktop-0.12.0/generated-sources.json` to `generated-sources.json`
1. Only commit the files: