1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove solaris build tag and `contrib/mkimage/solaris

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2017-11-01 23:37:53 +00:00
parent deae428632
commit 4785f1a7ab
61 changed files with 51 additions and 172 deletions

View file

@ -1,4 +1,4 @@
// +build linux freebsd solaris openbsd
// +build linux freebsd openbsd
// Package kernel provides helper function to get, parse and compare kernel
// versions for different platforms.