From e89d02f8f9a5ef623767a099d98ed54ded1b9cea Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 29 Jan 2024 10:27:41 -0500 Subject: [PATCH] CI: Add aarch64 to multiarch tests Signed-off-by: Stephen Gallagher --- .github/workflows/multiarch.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/multiarch.yaml b/.github/workflows/multiarch.yaml index a289e6a8..1682b4e3 100644 --- a/.github/workflows/multiarch.yaml +++ b/.github/workflows/multiarch.yaml @@ -11,6 +11,8 @@ jobs: strategy: matrix: include: + - arch: aarch64 + distro: fedora_latest - arch: ppc64le distro: fedora_latest - arch: s390x