From 35ffc2c18a964646b976c682e807ec72c11f90e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Wed, 8 Oct 2025 14:00:39 +0200 Subject: [PATCH] enable CI for a64fx --- .github/workflows/test_compare_stacks.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_compare_stacks.yml b/.github/workflows/test_compare_stacks.yml index f03929349b..b4a761eb6c 100644 --- a/.github/workflows/test_compare_stacks.yml +++ b/.github/workflows/test_compare_stacks.yml @@ -41,9 +41,10 @@ jobs: - x86_64/intel/sapphirerapids - x86_64/intel/icelake - x86_64/intel/cascadelake - exclude: - - EESSI_VERSION: 2023.06 - COMPARISON_ARCH: aarch64/a64fx + # Example of how a specific target can be excluded: + # exclude: + # - EESSI_VERSION: 2023.06 + # COMPARISON_ARCH: aarch64/a64fx steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1