From dda7d95bcbbb95e0db557a7a9325ee9815ab4e9b Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 26 May 2021 12:55:54 +0200 Subject: [PATCH] Add support for multi-arch builds Allow building rasdaemon on several architectures: - x86_64 - arm 64 - ppc 64 LE Signed-off-by: Mauro Carvalho Chehab --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 747a844..898687c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,9 @@ jobs: Ubuntu: name: Ubuntu runs-on: ubuntu-latest + strategy: + matrix: + arch: [x64_64, aarch64, ppc64le] steps: - uses: actions/checkout@v2 - name: prepare -- 2.50.1