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:
24
.github/workflows/Linux-pack.yml
vendored
24
.github/workflows/Linux-pack.yml
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user