Bump github.com/containers/storage@d10d868
Update the vendored copy of github.com/containers/storage to revision d10d8680af74070b362637408a7fe28c4b1f1eff. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
parent
d6bf131c07
commit
7c551964c0
20 changed files with 925 additions and 441 deletions
2
vendor/github.com/containers/storage/hack/make/cross
generated
vendored
2
vendor/github.com/containers/storage/hack/make/cross
generated
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
CROSSPLATFORMS="linux/amd64 linux/386 linux/arm"
|
||||
CROSSPLATFORMS="linux/amd64 linux/386 linux/arm darwin/amd64"
|
||||
BUILDTAGS+=" exclude_graphdriver_devicemapper"
|
||||
|
||||
for platform in $CROSSPLATFORMS; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue