From 43212d694fe4d27f84c8adc7aa19a926fb6a5630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Fri, 22 Oct 2021 01:12:34 +0200 Subject: [PATCH] MINOR: Fix debian:bookwarm typo in the release verification script --- 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 7c6cd322021..8121ee94854 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