This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch maint-6.0.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit df92a26dcd7bf64a25959147868bc8f1c0f6ea16 Author: Krisztián Szűcs <[email protected]> AuthorDate: Fri Oct 22 01:34:11 2021 +0200 MINOR: [Release] Fix debian:bookwarm typo in the release verification script (#11512) --- dev/release/verify-release-candidate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index 7c6cd32..8121ee9 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -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
