From 9e130c704af2394f66825e0a99da3b8c84a7597d Mon Sep 17 00:00:00 2001
From: Link Dupont
Date: Thu, 1 Aug 2024 13:04:11 -0400
Subject: [PATCH] ci(packit): Explicitly build aarch64 and x86_64
Build both x86_64 and aarch64 packages in COPR
Signed-off-by: Link Dupont
---
.packit.yaml | 42 ++++++++++++++++++++++++++++++------------
1 file changed, 30 insertions(+), 12 deletions(-)
diff --git a/.packit.yaml b/.packit.yaml
index 55cecb96..4f25d952 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -31,11 +31,16 @@ jobs:
- "copr://@yggdrasil/latest"
targets:
- centos-stream-8
- - centos-stream-9
- - centos-stream-10
- - fedora-all
- - rhel-8
- - rhel-9
+ - centos-stream-9-aarch64
+ - centos-stream-9-x86_64
+ - centos-stream-10-aarch64
+ - centos-stream-10-x86_64
+ - fedora-all-aarch64
+ - fedora-all-x86_64
+ - rhel-8-aarch64
+ - rhel-8-x86_64
+ - rhel-9-aarch64
+ - rhel-9-x86_64
- job: copr_build
trigger: commit
@@ -44,19 +49,26 @@ jobs:
project: latest
targets:
- centos-stream-8
- - centos-stream-9
- - centos-stream-10
- - fedora-all
- - rhel-8
- - rhel-9
+ - centos-stream-9-aarch64
+ - centos-stream-9-x86_64
+ - centos-stream-10-aarch64
+ - centos-stream-10-x86_64
+ - fedora-all-aarch64
+ - fedora-all-x86_64
+ - rhel-8-aarch64
+ - rhel-8-x86_64
+ - rhel-9-aarch64
+ - rhel-9-x86_64
- job: tests
trigger: pull_request
identifier: "unit/centos-stream"
targets:
- centos-stream-8
- - centos-stream-9
- - centos-stream-10
+ - centos-stream-9-aarch64
+ - centos-stream-9-x86_64
+ - centos-stream-10-aarch64
+ - centos-stream-10-x86_64
labels:
- unit
@@ -72,9 +84,15 @@ jobs:
trigger: pull_request
identifier: "unit/rhel"
targets:
+ rhel-8-aarch64:
+ distros:
+ - RHEL-8-Nightly
rhel-8-x86_64:
distros:
- RHEL-8-Nightly
+ rhel-9-aarch64:
+ distros:
+ - RHEL-9-Nightly
rhel-9-x86_64:
distros:
- RHEL-9-Nightly