mirror of
https://github.com/containers/skopeo.git
synced 2025-04-28 11:14:08 +00:00
ostree: use the correct build tags
Starting from 9b902d0, the ostree transport is disabled by default, and ostree is enabled with the tag containers_image_ostree. Signed-off-by: Marco Vedovati <mvedovati@suse.com>
This commit is contained in:
parent
202c1ea2ac
commit
af54437b44
@ -1,6 +1,4 @@
|
||||
#!/bin/bash
|
||||
if pkg-config ostree-1 2> /dev/null ; then
|
||||
echo ostree
|
||||
else
|
||||
echo containers_image_ostree_stub
|
||||
echo containers_image_ostree
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user