File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,20 @@ defaults:
22
22
23
23
jobs :
24
24
build :
25
- runs-on : ubuntu-latest
26
-
27
25
strategy :
28
26
fail-fast : false
29
27
matrix :
30
28
include :
31
29
- appimage_arch : i686
30
+ runner : ubuntu-24.04
32
31
- appimage_arch : x86_64
32
+ runner : ubuntu-24.04
33
33
- appimage_arch : armhf
34
+ runner : ubuntu-24.04-arm
34
35
- appimage_arch : aarch64
36
+ runner : ubuntu-24.04-arm
37
+
38
+ runs-on : ${{ matrix.runner }}
35
39
36
40
steps :
37
41
- name : Checkout
42
46
echo -n "https://github.com/${GITHUB_REPOSITORY}/commit/" > src/runtime/version
43
47
git rev-parse --short HEAD | xargs >> src/runtime/version
44
48
45
- - name : Set up QEMU integration for Docker
46
- run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
47
-
48
49
- name : Build
49
50
env :
50
51
ARCH : ${{ matrix.appimage_arch }}
You can’t perform that action at this time.
0 commit comments