-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathmanifest.yaml
More file actions
29 lines (27 loc) · 1.11 KB
/
manifest.yaml
File metadata and controls
29 lines (27 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
metadata:
# tell `cosa build` to default to buildah path
build_with_buildah: true
conditional-include:
# TODO: There is no coreos-pool for RISCV yet
# https://github.com/coreos/fedora-coreos-tracker/issues/1931
- if: basearch != "riscv64"
include:
repos:
# These repos are there to make it easier to add new packages to the OS and to
# use `cosa fetch --update-lockfile`; but note that all package versions are
# still pinned. These repos are also used by the remove-graduated-overrides
# GitHub Action.
- fedora
- fedora-updates
- if: basearch == "riscv64"
include:
repos:
# These repos are provided by the RISCV SIG from secondary koji instance
# https://fedoraproject.org/wiki/Architectures/RISC-V
- fedora-riscv
# The staging repo has the unsigned shim in it so we need it here too.
- fedora-riscv-staging
# The fedora-riscv-koji repo allows us to get the latest built packages.
# The other repos aren't updated frequently.
- fedora-riscv-koji
include: manifests/fedora-coreos.yaml