Skip to content

Commit

Permalink
Merge pull request #21 from v1993/ci-updates
Browse files Browse the repository at this point in the history
* Update docker image to gnome runtime 46; reduces build times by a lot, especially on ARM64
* Update docker/setup-qemu-action to fix a warning

A warning about outdated artifact workflow remains; however, it comes from the flatpak action (I do not invoke it directly), so nothing can be done on my end here.
  • Loading branch information
v1993 authored Aug 27, 2024
2 parents d3b24f7 + 7d65395 commit 7c57759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- aarch64

container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged

steps:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up QEMU
if: ${{ matrix.arch != 'x86_64' }}
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

Expand Down

0 comments on commit 7c57759

Please sign in to comment.