Skip to content

Commit

Permalink
MINOR: [Release] Fix debian:bookwarm typo in the release verification…
Browse files Browse the repository at this point in the history
… script (#11512)
  • Loading branch information
kszucs authored and kou committed Nov 5, 2021
1 parent 2233a10 commit 5b5bb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ test_apt() {
"ubuntu:hirsute" \
"arm64v8/ubuntu:hirsute"; do \
case "${target}" in
arm64v8/debian:bullseye|arm64v8/debian:bookwarm)
arm64v8/debian:bullseye|arm64v8/debian:bookworm)
# qemu-user-static in Ubuntu 20.04 has a crash bug:
# https://bugs.launchpad.net/qemu/+bug/1749393
continue
Expand Down

0 comments on commit 5b5bb92

Please sign in to comment.