summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <alex.v.wolf@gmail.com>2022-01-03 09:37:44 +0700
committerGitHub <noreply@github.com>2022-01-03 09:37:44 +0700
commit76d6c57a8e99638f53af5002440902512586c6df (patch)
treee008df9244fd3b41f8d61c277f96b69022fdc909
parent382a5f36ae2e6d549036cb9d6b24123521c39927 (diff)
Update appimage-arm.yml
-rw-r--r--.github/workflows/appimage-arm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/appimage-arm.yml b/.github/workflows/appimage-arm.yml
index 2216e016cd..94814f575d 100644
--- a/.github/workflows/appimage-arm.yml
+++ b/.github/workflows/appimage-arm.yml
@@ -27,7 +27,7 @@ jobs:
- name: Download static QEMU (${{ matrix.qarch }})
run: |
- wget https://github.com/multiarch/qemu-user-static/releases/download/v6.1.0-5/qemu-${{ matrix.qarch }}-static -O ${{ runner.temp }}/qemu-static
+ wget https://github.com/multiarch/qemu-user-static/releases/download/v6.1.0-8/qemu-${{ matrix.qarch }}-static -O ${{ runner.temp }}/qemu-static
chmod +x ${{ runner.temp }}/qemu-static
- name: Build AppImage