|
1 | | -# Flatpak Github Actions |
| 1 | +<div align="center"> |
2 | 2 |
|
3 | | - |
| 3 | +# Flatpak GitHub Actions |
4 | 4 |
|
5 | | -Build and deploy your Flatpak application using Github Actions |
| 5 | +Build and deploy your Flatpak application using GitHub Actions |
6 | 6 |
|
7 | | -<p align="center"> |
8 | 7 | <img src="https://user-images.githubusercontent.com/15098724/55282117-f8253380-52fa-11e9-95a3-ccae83b23034.png" alt="Flatpak logo" /> |
9 | | -</p> |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +</div> |
10 | 12 |
|
11 | 13 | ## How to use |
12 | 14 |
|
|
28 | 30 | image: bilelmoussaoui/flatpak-github-actions:gnome-44 |
29 | 31 | options: --privileged |
30 | 32 | steps: |
31 | | - - uses: actions/checkout@v2 |
32 | | - - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 |
| 33 | + - uses: actions/checkout@v3 |
| 34 | + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 |
33 | 35 | with: |
34 | 36 | bundle: palette.flatpak |
35 | 37 | manifest-path: org.gnome.zbrown.Palette.yml |
@@ -81,17 +83,17 @@ jobs: |
81 | 83 | # Don't fail the whole workflow if one architecture fails |
82 | 84 | fail-fast: false |
83 | 85 | steps: |
84 | | - - uses: actions/checkout@v2 |
| 86 | + - uses: actions/checkout@v3 |
85 | 87 | # Docker is required by the docker/setup-qemu-action which enables emulation |
86 | 88 | - name: Install deps |
87 | 89 | run: | |
88 | 90 | dnf -y install docker |
89 | 91 | - name: Set up QEMU |
90 | 92 | id: qemu |
91 | | - uses: docker/setup-qemu-action@v1 |
| 93 | + uses: docker/setup-qemu-action@v2 |
92 | 94 | with: |
93 | 95 | platforms: arm64 |
94 | | - - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 |
| 96 | + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 |
95 | 97 | with: |
96 | 98 | bundle: palette.flatpak |
97 | 99 | manifest-path: org.gnome.zbrown.Palette.yml |
@@ -159,8 +161,8 @@ jobs: |
159 | 161 | image: bilelmoussaoui/flatpak-github-actions:gnome-44 |
160 | 162 | options: --privileged |
161 | 163 | steps: |
162 | | - - uses: actions/checkout@v2 |
163 | | - - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 |
| 164 | + - uses: actions/checkout@v3 |
| 165 | + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 |
164 | 166 | name: "Build" |
165 | 167 | with: |
166 | 168 | bundle: palette.flatpak |
|
0 commit comments