From 92f4ed42d518bcb956b68457b709b59bb3dd581c Mon Sep 17 00:00:00 2001 From: doodspav Date: Thu, 23 Nov 2023 05:10:35 +0200 Subject: [PATCH] GHI #20 Add s390x architecture --- .github/workflows/test-warning.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-warning.yml b/.github/workflows/test-warning.yml index 5c1ba7af1..b9ccd1f4b 100644 --- a/.github/workflows/test-warning.yml +++ b/.github/workflows/test-warning.yml @@ -131,6 +131,7 @@ jobs: # short form here so that it doesn't take up the whole GitHub Action name architecture: - aarch64 + - s390x compiler: - clang - gcc @@ -161,6 +162,8 @@ jobs: # architecture -> triple - architecture: aarch64 triple: aarch64-linux-gnu + - architecture: s390x + triple: s390x-linux-gnu steps: - name: Install Toolchains and Qemu