We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fd192 commit f196abdCopy full SHA for f196abd
.github/workflows/flatpak-test.yml
@@ -36,7 +36,7 @@ jobs:
36
mv docker/* /usr/bin
37
- name: Set up QEMU
38
if: ${{ matrix.arch != 'x86_64' }}
39
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
40
with:
41
platforms: arm64
42
- uses: ./flatpak-builder
README.md
@@ -96,7 +96,7 @@ jobs:
96
97
98
id: qemu
99
100
101
102
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
0 commit comments