workflow: compile debian bookworm
This commit is contained in:
4
.github/workflows/build_release.yaml
vendored
4
.github/workflows/build_release.yaml
vendored
@ -8,14 +8,12 @@ jobs:
|
||||
contents: write
|
||||
strategy:
|
||||
matrix:
|
||||
debian_version: [bullseye]
|
||||
debian_version: [bullseye, bookworm]
|
||||
docker_arch: [amd64, arm32v7, arm64v8]
|
||||
build_type: [generic, raspi]
|
||||
exclude:
|
||||
- docker_arch: amd64
|
||||
build_type: raspi
|
||||
- debian_version: buster
|
||||
build_type: raspi
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
2
.github/workflows/build_test.yaml
vendored
2
.github/workflows/build_test.yaml
vendored
@ -17,8 +17,6 @@ jobs:
|
||||
exclude:
|
||||
- docker_arch: amd64
|
||||
build_type: raspi
|
||||
- debian_version: bookworm
|
||||
build_type: raspi
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user