Skip to content

Commit

Permalink
Merge pull request #275 from lsm5/packit-enable-arches
Browse files Browse the repository at this point in the history
Packit: add ppc64le and s390x targets for podman-next copr
  • Loading branch information
lsm5 authored Sep 22, 2023
2 parents 741f58e + 29f6420 commit 97028a6
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- job: copr_build
trigger: pull_request
enable_net: true
# keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next
targets: &copr_targets
targets:
- fedora-rawhide-aarch64
- fedora-rawhide-x86_64
- fedora-eln-aarch64
Expand All @@ -40,7 +39,23 @@ jobs:
branch: main
owner: rhcontainerbot
project: podman-next
targets: *copr_targets
targets:
- fedora-rawhide-aarch64
- fedora-rawhide-ppc64le
- fedora-rawhide-s390x
- fedora-rawhide-x86_64
- fedora-eln-aarch64
- fedora-eln-ppc64le
- fedora-eln-s390x
- fedora-eln-x86_64
- fedora-39-aarch64
- fedora-39-ppc64le
- fedora-39-s390x
- fedora-39-x86_64
- fedora-38-aarch64
- fedora-38-ppc64le
- fedora-38-s390x
- fedora-38-x86_64

- job: propose_downstream
trigger: release
Expand Down

0 comments on commit 97028a6

Please sign in to comment.