From 1f19146ed8df67ddbc806df67c545aa6542c25a2 Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Tue, 5 Mar 2024 10:04:44 +0200 Subject: [PATCH] Update ci-inventory.rst - add `64` to `linux-aarch` --- source/developer/ci-inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developer/ci-inventory.rst b/source/developer/ci-inventory.rst index e0b883e..e6101d6 100644 --- a/source/developer/ci-inventory.rst +++ b/source/developer/ci-inventory.rst @@ -71,7 +71,7 @@ maintain flexibility over the long term in case a service becomes unusable. - on push - `azure-pipeline.yml `_ (``linux-64``, ``osx-64``); `config.yml `_ (``linux-aarch64``) - - ``linux-64``, ``osx-64``, ``linux-aarch`` + - ``linux-64``, ``osx-64``, ``linux-aarch64`` - These are the most-run tests: these are what run on every change on pull requests to bioconda-recipes, and they must pass before the recipe is merged into the master branch.