diff --git a/manifest.yaml b/manifest.yaml index 49e48dcc07..ae5a10af70 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -5,3 +5,11 @@ variables: releasever: 39 include: manifests/fedora-coreos.yaml + +conditional-include: + # we only want these in next for now; see + # https://github.com/coreos/fedora-coreos-tracker/issues/1375 + - if: basearch == "x86_64" + include: manifests/crun-wasm.yaml + - if: basearch == "aarch64" + include: manifests/crun-wasm.yaml