aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-10 19:48:42 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-10 19:48:42 +0300
commit784fe0389a93a37ce2a541c2c50fded6903251df (patch)
treed4c5ac5ff4a4b84aba9e0a1db84677cac2a40fe8
parent2785c5b6edb6c5579e99cdb0e60c14e3f989757d (diff)
downloadydb-784fe0389a93a37ce2a541c2c50fded6903251df.tar.gz
Github build/test: add matrix run for X64/ARM64
-rw-r--r--.github/workflows/build_and_test.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 664997fa0b1..e053d4cb737 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -7,9 +7,12 @@ on:
jobs:
build:
+ strategy:
+ matrix:
+ arch: [ X64, ARM64 ]
- runs-on: self-hosted
-
+ runs-on: [ self-hosted, "${{matrix.arch}}" ]
+
steps:
- name: Checkout
uses: actions/checkout@v3