Skip to content

Commit

Permalink
Packit: add ppc64le and s390x targets for podman-next copr
Browse files Browse the repository at this point in the history
Reusing of targets from epehemeral copr build isn't working well for now.
We can revisit target specification once F37 goes EOL.

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Sep 22, 2023
1 parent 741f58e commit 29f6420
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 29f6420

Please sign in to comment.