File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 build-package :
10- runs-on : ubuntu-22.04
10+ strategy :
11+ matrix :
12+ os :
13+ - ubuntu-20.04
14+ - ubuntu-22.04
15+ runs-on : ${{ matrix.os }}
1116 steps :
1217 - uses : actions/checkout@v3
1318 - name : Update apt-get cache
3540 upload_url : ${{ github.event.release.upload_url }}
3641 asset_content_type : application/vnd.debian.binary-package
3742 asset_path : ${{ steps.build_deb.outputs.asset-path }}
38- asset_name : valgrind_${{ github.event.release.name }}_amd64.deb
43+ asset_name : valgrind_${{ github.event.release.name }}_${{ matrix.os }} _amd64.deb
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Section: devel
33Priority: optional
44Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
55XSBC-Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>
6- Build-Depends: debhelper-compat (= 13 ),
6+ Build-Depends: debhelper-compat(= 12 ),
77 gdb,
88 gcc-multilib [amd64],
99 libc6-dev-i386 [amd64],
You can’t perform that action at this time.
0 commit comments