Skip to content

Commit 5c938e2

Browse files
committed
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.
1 parent bf92951 commit 5c938e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,7 @@ jobs:
145145
- platform: linux/amd64
146146
runner: ubuntu-latest
147147
- platform: linux/arm64
148-
# TODO: use ubuntu-24.04-arm and remove emulation when Nextstrain
149-
# CLI can be installed natively on aarch64.¹
150-
# ¹ <https://github.com/nextstrain/cli/pull/490>
151-
runner: ubuntu-latest
148+
runner: ubuntu-24.04-arm
152149
permissions:
153150
contents: read
154151
id-token: write

0 commit comments

Comments
 (0)