mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
build-update-repo
This commit is contained in:
parent
2b41ee627d
commit
4f3fbc97c5
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ runs:
|
|||
mkdir -p $(dirname /flatpak_dir/repo/refs/heads/${i})
|
||||
ostree --repo=/flatpak/flatpak/repo rev-parse ${{ inputs.flatpak_remote_name }}/${i} > /flatpak_dir/repo/refs/heads/${i}"
|
||||
done
|
||||
flatpak build-update-repo /flatpak_dir/repo
|
||||
ostree refs --repo=/flatpak_dir/repo
|
||||
EOF
|
||||
docker run --rm --privileged --entrypoint bash -e FLATPAK_SYSTEM_DIR=/flatpak/flatpak -e FLATPAK_TRIGGERSDIR=/flatpak/triggers --volume ${{ github.workspace }}/${FLATPAK_DIR}:/flatpak_dir ${image} /flatpak_dir/script.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue