Commits


Sutou Kouhei authored and GitHub committed fa4b1705757
GH-33934: [Packaging][Linux] Enable Flight for arm64 (#34717) ### Rationale for this change We can't enable Flight for arm64 packages because Travis CI doesn't have enough resource. If we use self-hosted arm64 GitHub Runner, we can enable Flight. ### What changes are included in this PR? These changes use self-hosted arm64 GitHub Runner and enable Flight. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #33934 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>