mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 03:00:19 +00:00
Update Flatpak build workflow for new image and actions
This commit is contained in:
committed by
GitHub
parent
2730971f0e
commit
1d701fc2d9
27
.github/workflows/flatpak-build.yml
vendored
27
.github/workflows/flatpak-build.yml
vendored
@@ -1,24 +1,25 @@
|
|||||||
name: Flatpak Build
|
name: Flatpak Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [master]
|
||||||
- master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches: [master]
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flatpak_build:
|
flatpak_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-46
|
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
|
steps:
|
||||||
with:
|
- uses: actions/checkout@v4
|
||||||
bundle: zoitechat.flatpak
|
with:
|
||||||
manifest-path: flatpak/io.github.Zoitechat.json
|
submodules: true
|
||||||
|
|
||||||
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
|
with:
|
||||||
|
bundle: zoitechat.flatpak
|
||||||
|
manifest-path: flatpak/io.github.Zoitechat.json
|
||||||
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user