From b8796c99e5d97616529d73f1b45d5f7d1f821370 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 26 Oct 2023 10:06:30 -0400 Subject: [PATCH] remove wasm includes in manifest.yaml If https://github.com/coreos/fedora-coreos-config/pull/2690 merges we won't need this stream specific configuration. (cherry picked from commit 28d7b0e9a538684fe123beffc947f9943e84a5a9) --- manifest.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index ae5a10af70..49e48dcc07 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -5,11 +5,3 @@ 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