Skip to content

Commit 337658a

Browse files
authored
Merge branch 'master' into jeremypw/silence-some-warnings
2 parents d39525c + 3346c82 commit 337658a

File tree

606 files changed

+16088
-14110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

606 files changed

+16088
-14110
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,35 @@ jobs:
3232
3333
flatpak:
3434
name: Flatpak
35-
runs-on: ubuntu-latest
35+
runs-on: ${{ matrix.configuration.runs-on }}
3636

3737
strategy:
3838
matrix:
39-
arch: [x86_64, aarch64]
39+
configuration:
40+
- arch: x86_64
41+
runs-on: ubuntu-latest
42+
- arch: aarch64
43+
runs-on: ubuntu-24.04-arm
4044
# Don't fail the whole workflow if one architecture fails
4145
fail-fast: false
4246

4347
container:
44-
image: ghcr.io/elementary/flatpak-platform/runtime:7.1-${{ matrix.arch }}
48+
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.configuration.arch }}
4549
options: --privileged
4650

4751
steps:
4852
- name: Checkout
4953
uses: actions/checkout@v4
5054

51-
- name: Set up QEMU for aarch64 emulation
52-
if: ${{ matrix.arch != 'x86_64' }}
53-
uses: docker/setup-qemu-action@v3
54-
with:
55-
platforms: arm64
56-
5755
- name: Build
58-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
56+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.4
5957
with:
6058
bundle: code.flatpak
6159
manifest-path: io.elementary.code.yml
6260
repository-name: appcenter
6361
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
6462
cache-key: "flatpak-builder-${{ github.sha }}"
65-
arch: ${{ matrix.arch }}
63+
arch: ${{ matrix.configuration.arch }}
6664

6765
lint:
6866
name: Lint

po/POTFILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ src/FolderManager/Item.vala
1515
src/FolderManager/ProjectFolderItem.vala
1616
src/Services/Document.vala
1717
src/Services/FileHandler.vala
18+
src/Services/MonitoredRepository.vala
1819
src/Services/PluginManager.vala
1920
src/Services/Settings.vala
2021
src/Services/TemplateManager.vala

0 commit comments

Comments
 (0)