Skip to content

Commit

Permalink
ci(packit): Explicitly build aarch64 and x86_64
Browse files Browse the repository at this point in the history
Build both x86_64 and aarch64 packages in COPR

Signed-off-by: Link Dupont <link@sub-pop.net>
  • Loading branch information
subpop committed Aug 1, 2024
1 parent e3f3e9f commit 9e130c7
Showing 1 changed file with 30 additions and 12 deletions.
42 changes: 30 additions & 12 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 9e130c7

Please sign in to comment.