We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9cb00 commit edabc23Copy full SHA for edabc23
scripts
@@ -110,8 +110,8 @@ cp_bin() {
110
mkdir -p ${destDir}
111
docker exec "${IMAGE_NAME}" sh -c "cd /; tar -chf - \
112
usr/lib64/nginx/modules/ngx_http_auth_jwt_module.so \
113
- usr/lib/x86_64-linux-gnu/libjansson.so.* \
114
- usr/lib/x86_64-linux-gnu/libjwt.*" | tar -xf - -C ${destDir} &>/dev/null
+ usr/lib/$(uname -m)-linux-gnu/libjansson.so.* \
+ usr/lib/$(uname -m)-linux-gnu/libjwt.*" | tar -xf - -C ${destDir} &>/dev/null
115
116
if [ $stopContainer ]; then
117
printf "${MAGENTA}Stopping NGINX container (${IMAGE_NAME})...${NC}\n"
0 commit comments