Skip to content

Commit ffbda8c

Browse files
committed
packit: Move targets to top-level
Signed-off-by: Cristian Le <[email protected]>
1 parent 3287d2c commit ffbda8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.packit.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ downstream_package_name: python-scikit-build-core
2727
update_release: false
2828
upstream_tag_template: v{version}
2929

30+
targets: &targets
31+
- fedora-all-x86_64
32+
- fedora-all-aarch64
33+
3034
jobs:
3135
- &copr_build
3236
job: copr_build
3337
trigger: release
3438
owner: "@scikit-build"
3539
project: release
36-
targets: &targets
37-
- fedora-all-x86_64
38-
- fedora-all-aarch64
3940
- &tests
4041
job: tests
4142
trigger: release
42-
targets: *targets
4343
fmf_path: .distro
4444
- <<: *copr_build
4545
trigger: commit

0 commit comments

Comments
 (0)