We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How build static for armv6???
build_static_release 2.4.0 arm32v6 return error
[build 3/10] RUN apk add --no-cache wget cmake make gcc g++ linux-headers zlib-dev openssl-dev automake autoconf libevent-dev ncurses-dev msgpack-c-dev libexecinfo-dev ncurses-static libexecinfo-static libevent-static msgpack-c ncurses-libs libevent libexecinfo openssl zlib: 0.237 exec /bin/sh: exec format error
ERROR: failed to solve: process "/bin/sh -c apk add --no-cache wget cmake make gcc g++ linux-headers zlib-dev openssl-dev automake autoconf libevent-dev ncurses-dev msgpack-c-dev libexecinfo-dev ncurses-static libexecinfo-static libevent-static msgpack-c ncurses-libs libevent libexecinfo openssl zlib" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
@DxrMorgan: you might be interested in #192. If you find it helpful and/or duplicate, mind closing this.
Sorry, something went wrong.
No branches or pull requests
How build static for armv6???
build_static_release 2.4.0 arm32v6 return error
=> ERROR [build 3/10] RUN apk add --no-cache wget cmake make gcc g++ linux-headers zlib-dev openssl-dev automake autoconf libevent-dev ncurses-dev msgpack-c-dev libexecinfo-dev ncurses- 0.3s
Dockerfile:6
5 |
6 | >>> RUN apk add --no-cache wget cmake make gcc g++ linux-headers zlib-dev openssl-dev
7 | >>> automake autoconf libevent-dev ncurses-dev msgpack-c-dev libexecinfo-dev
8 | >>> ncurses-static libexecinfo-static libevent-static msgpack-c ncurses-libs
9 | >>> libevent libexecinfo openssl zlib
10 |
ERROR: failed to solve: process "/bin/sh -c apk add --no-cache wget cmake make gcc g++ linux-headers zlib-dev openssl-dev automake autoconf libevent-dev ncurses-dev msgpack-c-dev libexecinfo-dev ncurses-static libexecinfo-static libevent-static msgpack-c ncurses-libs libevent libexecinfo openssl zlib" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered: