From 048e645a03b738d0e2c1b83853c396dd82e698fa Mon Sep 17 00:00:00 2001 From: Eugene Piven Date: Thu, 1 Aug 2024 23:42:50 +0300 Subject: [PATCH 1/2] gha :: Enable ARM --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b236c7..9a3ff5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Acceptance Test Matrix id: get-matrix run: | - bundle exec matrix_from_metadata_v2 --exclude-platforms '["Ubuntu-22.04-arm", "RedHat-9-arm"]' + bundle exec matrix_from_metadata_v2 Acceptance: name: "${{matrix.platforms.label}}, ${{matrix.collection}}" From 69383592baa10935bfd6ea9bbab329a2a3e77786 Mon Sep 17 00:00:00 2001 From: Eugene Piven Date: Fri, 2 Aug 2024 00:46:43 +0300 Subject: [PATCH 2/2] gha :: Disable ARM --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a3ff5f..8d88a7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Acceptance Test Matrix id: get-matrix run: | - bundle exec matrix_from_metadata_v2 + bundle exec matrix_from_metadata_v2 --exclude-platforms '["Ubuntu-22.04-arm"]' Acceptance: name: "${{matrix.platforms.label}}, ${{matrix.collection}}"