mirror of
https://github.com/containers/podman.git
synced 2025-10-10 15:57:33 +08:00
Stop setting btrfs_noversion build tag
c/storage no longer uses this tag after https://github.com/containers/storage/pull/2308. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -288,7 +288,7 @@ function Get-Podman-Version{
|
||||
# Init script
|
||||
$target = $args[0]
|
||||
|
||||
$remotetags = "remote exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp"
|
||||
$remotetags = "remote exclude_graphdriver_btrfs containers_image_openpgp"
|
||||
|
||||
switch ($target) {
|
||||
{$_ -in '', 'podman-remote', 'podman'} {
|
||||
|
Reference in New Issue
Block a user