Commits


Sutou Kouhei authored and GitHub committed 8868434e2ee
GH-44480: [Release][Packaging] Use `--platform` explicitly for `docker run` (#44481) ### Rationale for this change It seems that recent Docker requires `--platform` to run different architecture images with QEMU. ### What changes are included in this PR? Use `--platform` explicitly. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44480 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>