chore(CI): update linux distrubitions (#1825)

* feat(CI): build packages for debian 11

* chore(CI): update linux distrubitions

* remove fedora 32
This commit is contained in:
Ahmed Zetao Yang
2021-08-20 05:09:55 +08:00
committed by GitHub
parent 2f08798072
commit 39afd66650

View File

@@ -50,6 +50,24 @@ jobs:
symbol: buster,
arch: armhf
}
- {
name: debian-11,
os: debian,
symbol: bullseye,
arch: amd64
}
- {
name: debian-11,
os: debian,
symbol: bullseye,
arch: arm64
}
- {
name: debian-11,
os: debian,
symbol: bullseye,
arch: armhf
}
- {
name: ubuntu-20.04,
os: ubuntu,
@@ -284,12 +302,6 @@ jobs:
fail-fast: false
matrix:
dist:
- {
name: fedora-32,
os: fedora,
symbol: 32,
arch: x86_64
}
- {
name: fedora-33,
os: fedora,