mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove Dockerfile.solaris reference
Remove Dockerfile.solaris reference in `hack/make/.detect-daemon-osarch` as `Dockerfile.solaris` has been removed. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
f6700d5224
commit
d157d98a5f
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@ case "$PACKAGE_ARCH" in
|
|||
windows)
|
||||
DOCKERFILE='Dockerfile.windows'
|
||||
;;
|
||||
solaris)
|
||||
DOCKERFILE='Dockerfile.solaris'
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue