mirror of
https://github.com/coreos/fedora-coreos-config.git
synced 2026-02-05 09:45:30 +01:00
We switched rawhide over to the buildah path in the pipeline, but we want anyone/anything building rawhide to do the same. cosa recently learned to read `metadata.build_with_buildah` for this. Make use of it.
15 lines
212 B
YAML
15 lines
212 B
YAML
variables:
|
|
stream: rawhide
|
|
prod: false
|
|
|
|
metadata:
|
|
# tell `cosa build` to default to buildah path
|
|
build_with_buildah: true
|
|
|
|
releasever: 44
|
|
|
|
repos:
|
|
- fedora-rawhide
|
|
|
|
include: manifests/fedora-coreos.yaml
|