Skip to content

Commit

Permalink
manifest: include crun-wasm and wasmedge-rt
Browse files Browse the repository at this point in the history
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: coreos/fedora-coreos-tracker#1375
(cherry picked from commit 3d690fa)
  • Loading branch information
jlebon authored and dustymabe committed Oct 4, 2023
1 parent eb9d290 commit 0cced3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0cced3a

Please sign in to comment.