From 5c938e22951c03dee3ea09873c0841502655cd68 Mon Sep 17 00:00:00 2001 From: Victor Lin Date: Wed, 7 Jan 2026 14:07:34 -0800 Subject: [PATCH] Run linux/arm64 test on native platform Note that, contrary to the removed TODO, emulation is still required for some tools in the Docker image. This means usage of the runner wasn't blocked by the latest Nextstrain CLI release, but at least the native install means CLI itself should run more efficiently. --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94cf04a..8bd7185 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,10 +145,7 @@ jobs: - platform: linux/amd64 runner: ubuntu-latest - platform: linux/arm64 - # TODO: use ubuntu-24.04-arm and remove emulation when Nextstrain - # CLI can be installed natively on aarch64.¹ - # ¹ - runner: ubuntu-latest + runner: ubuntu-24.04-arm permissions: contents: read id-token: write