virt-manager/.packit.yaml
Pino Toscano 6c9842a158 ci: tweak Packit configuration
- drop all the architectures (and thus building only on x86_64):
  virt-manager has no architecture-specific installation bits, and thus
  it builds in the same way on every architecture; hence no need to
  explicitly test on various architectures
- test on all the supported Fedora versions (Rawhide included): this way
  it is possible to check that older versions are still supported, at
  least when building

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
2024-11-12 22:37:39 +01:00

16 lines
372 B
YAML

# See the documentation for more information:
# https://packit.dev/docs/configuration/
upstream_package_name: virt-manager
downstream_package_name: virt-manager
specfile_path: virt-manager.spec
jobs:
- job: copr_build
# Run on every PR
trigger: pull_request
# Defaults to x86_64 unless architecture is explicitly specified
targets:
- fedora-all