Skip to content

Commit

Permalink
circleci: switch to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
krokodilerian committed May 28, 2023
1 parent 38acf08 commit 5c58ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
executors:
debian:
docker:
- image: debian:stable
- image: debian:bookworm
github:
docker:
- image: cibuilds/github:0.13
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
build/arm64/usb_reset=/usr/bin/ \
build/arm64/wait_next_second=/usr/bin/ \
README.md=/usr/share/doc/sproxy/
- run: package_cloud push fosdem/video-team/debian/bullseye release/*deb
- run: package_cloud push fosdem/video-team/debian/bookworm release/*deb
- store_artifacts:
path: release
- persist_to_workspace:
Expand Down

0 comments on commit 5c58ffd

Please sign in to comment.