Skip to content
3 changes: 2 additions & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest # Maybe here is a blocker
container:
image: debian:bullseye
image: debian:bookworm
options: --platform=linux/arm64
defaults:
run:
shell: bash -le {0}
Expand Down
Loading