Sfoglia il codice sorgente

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>
Yong Tang 7 anni fa
parent
commit
d157d98a5f
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      hack/make/.detect-daemon-osarch

+ 0 - 3
hack/make/.detect-daemon-osarch

@@ -60,9 +60,6 @@ case "$PACKAGE_ARCH" in
 			windows)
 				DOCKERFILE='Dockerfile.windows'
 				;;
-			solaris)
-				DOCKERFILE='Dockerfile.solaris'
-				;;
 		esac
 		;;
 	*)