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
I followed the instructions and ran the following commands on my PC (MacOS)
make build TARGET=centos7 VERSIONS=3.9
But got the following error:
mkdir -p 3.9/root go-md2man -in "3.9/README.md" -out "3.9/root/help.1" chmod a+r "3.9/root/help.1" VERSION="3.9" SKIP_SQUASH=1 OS=centos7 CLEAN_AFTER= DOCKER_BUILD_CONTEXT=.. OPENSHIFT_NAMESPACES="" CUSTOM_REPO="" REGISTRY="quay.io/" /usr/bin/env bash common/build.sh common/build.sh: line 59: syntax error near unexpected token `{stdout_fd}' make[1]: *** [3.9] Error 2 make: *** [build-serial] Error 2
Please help.
The text was updated successfully, but these errors were encountered:
Found a similar issue here sclorg/container-common-scripts#54 and tried building on a CentOS machine instead, it worked with
make build TARGET=centos7 VERSIONS=3.8
Sorry, something went wrong.
No branches or pull requests
I followed the instructions and ran the following commands on my PC (MacOS)
But got the following error:
Please help.
The text was updated successfully, but these errors were encountered: