From 0cced3ada2997bf848950cb7912a37b7d9d2f719 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 4 Oct 2023 09:40:44 -0400 Subject: [PATCH] manifest: include crun-wasm and wasmedge-rt We want to ship this in `next` for now to allow podman machines to make use of it. We may either promote it to all streams (if there are more people asking for it) or remove it at some point in the future (once podman machines move to a layering model). Closes: https://github.com/coreos/fedora-coreos-tracker/issues/1375 (cherry picked from commit 3d690fad16f5d812df405757c9b2e816193a9518) --- manifest.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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