mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
@@ -245,7 +245,7 @@ get_target_arch() {
|
||||
;;
|
||||
mips*)
|
||||
echo >&2 "I see you are running on mips but I don't know how to determine endianness yet, so I cannot select a correct arch to fetch."
|
||||
echo >&2 "Consider installing \"go\" on the system which I can use to determine the correct arch or specify it explictly by setting TARGETARCH"
|
||||
echo >&2 "Consider installing \"go\" on the system which I can use to determine the correct arch or specify it explicitly by setting TARGETARCH"
|
||||
exit 1
|
||||
;;
|
||||
*)
|
||||
|
||||
@@ -18,7 +18,7 @@ OPTIONS:
|
||||
-y <yumconf> The path to the yum config to install packages from. The
|
||||
default is /etc/yum.conf for Centos/RHEL and /etc/dnf/dnf.conf for Fedora
|
||||
-t <tag> Specify Tag information.
|
||||
default is reffered at /etc/{redhat,system}-release
|
||||
default is referred at /etc/{redhat,system}-release
|
||||
EOOPTS
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user