mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-05 09:17:57 +03:00
6c9842a158
- 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>
16 lines
372 B
YAML
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
|