mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
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:
parent
9c486b15f8
commit
c45b1d02be
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue