File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 66 build-and-test :
77 strategy :
88 matrix :
9- ARCH : [x86_64, i386, aarch64, armhf]
10- USE_STATIC_RUNTIME : [""]
11- UPDATE : ["1"]
12-
139 include :
14- # test build
10+ # regular builds:
1511 - ARCH : x86_64
16- DOCKER_ARCH : amd64
17- BUILD_TYPE : coverage
12+ BUILD_TYPE : appimage
13+ RUNS_ON : ubuntu-24.04
14+ - ARCH : i386
15+ BUILD_TYPE : appimage
16+ RUNS_ON : ubuntu-24.04
17+ - ARCH : aarch64
18+ BUILD_TYPE : appimage
19+ RUNS_ON : ubuntu-24.04-arm
20+ - ARCH : armhf
21+ BUILD_TYPE : appimage
22+ RUNS_ON : ubuntu-24.04-arm
1823
19- # experimental build
24+ # test build
2025 - ARCH : x86_64
21- BUILD_TYPE : appimage
22- USE_STATIC_RUNTIME : -static
26+ BUILD_TYPE : coverage
27+ RUNS_ON : ubuntu-24.04
2328
2429 fail-fast : false
2530
2631 name : ${{ matrix.ARCH }}${{ matrix.USE_STATIC_RUNTIME }}
27- runs-on : ubuntu-latest
32+ runs-on : ${{ matrix.RUNS_ON }}
2833
2934 env :
3035 ARCH : ${{ matrix.ARCH }}
3136 BUILD_TYPE : ${{ matrix.BUILD_TYPE }}
3237 DEBIAN_FRONTEND : interactive
33- USE_STATIC_RUNTIME : ${{ matrix.USE_STATIC_RUNTIME }}
3438
3539 steps :
3640 # check out once git command is available
5458 name : Create release and upload artifacts
5559 needs :
5660 - build-and-test
57- runs-on : ubuntu-20 .04
61+ runs-on : ubuntu-24 .04
5862 steps :
5963 - name : Download artifacts
6064 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments