Skip to content

Commit

Permalink
workflow: compile debian bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Nov 27, 2023
1 parent 37d143d commit fe701b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe701b8

Please sign in to comment.