mirror of https://github.com/kiwix/libkiwix.git
Comment out Debian related CI/CD
This commit is contained in:
parent
75a4f8b806
commit
082727ebb6
|
@ -15,10 +15,10 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- debian-unstable
|
# - debian-unstable
|
||||||
- debian-trixie
|
# - debian-trixie
|
||||||
- debian-bookworm
|
# - debian-bookworm
|
||||||
- debian-bullseye
|
# - debian-bullseye
|
||||||
- ubuntu-noble
|
- ubuntu-noble
|
||||||
- ubuntu-jammy
|
- ubuntu-jammy
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
|
@ -45,33 +45,33 @@ jobs:
|
||||||
email: release+launchpad@kiwix.org
|
email: release+launchpad@kiwix.org
|
||||||
distro: ${{ matrix.distro }}
|
distro: ${{ matrix.distro }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@debian-unstable
|
# - uses: legoktm/gh-action-build-deb@debian-unstable
|
||||||
if: matrix.distro == 'debian-unstable'
|
# if: matrix.distro == 'debian-unstable'
|
||||||
name: Build package for debian-unstable
|
# name: Build package for debian-unstable
|
||||||
id: build-debian-unstable
|
# id: build-debian-unstable
|
||||||
with:
|
# with:
|
||||||
args: --no-sign
|
# args: --no-sign
|
||||||
|
#
|
||||||
- uses: legoktm/gh-action-build-deb@b47978ba8498dc8b8153cc3b5f99a5fc1afa5de1 # pin@debian-trixie
|
# - uses: legoktm/gh-action-build-deb@b47978ba8498dc8b8153cc3b5f99a5fc1afa5de1 # pin@debian-trixie
|
||||||
if: matrix.distro == 'debian-trixie'
|
# if: matrix.distro == 'debian-trixie'
|
||||||
name: Build package for debian-trixie
|
# name: Build package for debian-trixie
|
||||||
id: build-debian-trixie
|
# id: build-debian-trixie
|
||||||
with:
|
# with:
|
||||||
args: --no-sign
|
# args: --no-sign
|
||||||
|
#
|
||||||
- uses: legoktm/gh-action-build-deb@1f4e86a6bb34aaad388167eaf5eb85d553935336 # pin@debian-bookworm
|
# - uses: legoktm/gh-action-build-deb@1f4e86a6bb34aaad388167eaf5eb85d553935336 # pin@debian-bookworm
|
||||||
if: matrix.distro == 'debian-bookworm'
|
# if: matrix.distro == 'debian-bookworm'
|
||||||
name: Build package for debian-bookworm
|
# name: Build package for debian-bookworm
|
||||||
id: build-debian-bookworm
|
# id: build-debian-bookworm
|
||||||
with:
|
# with:
|
||||||
args: --no-sign
|
# args: --no-sign
|
||||||
|
#
|
||||||
- uses: legoktm/gh-action-build-deb@084b4263209252ec80a75d2c78a586192c17f18d # pin@debian-bullseye
|
# - uses: legoktm/gh-action-build-deb@084b4263209252ec80a75d2c78a586192c17f18d # pin@debian-bullseye
|
||||||
if: matrix.distro == 'debian-bullseye'
|
# if: matrix.distro == 'debian-bullseye'
|
||||||
name: Build package for debian-bullseye
|
# name: Build package for debian-bullseye
|
||||||
id: build-debian-bullseye
|
# id: build-debian-bullseye
|
||||||
with:
|
# with:
|
||||||
args: --no-sign
|
# args: --no-sign
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@9114a536498b65c40b932209b9833aa942bf108d # pin@ubuntu-noble
|
- uses: legoktm/gh-action-build-deb@9114a536498b65c40b932209b9833aa942bf108d # pin@ubuntu-noble
|
||||||
if: matrix.distro == 'ubuntu-noble'
|
if: matrix.distro == 'ubuntu-noble'
|
||||||
|
|
Loading…
Reference in New Issue