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
------ > [myjenkins 7/11] RUN curl -o /usr/local/bin/docker-compose -fsSL "https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m)" && chmod +x /usr/local/bin/docker-compose: 0.445 curl: (22) The requested URL returned error: 404 ------ failed to solve: process "/bin/sh -c curl -o /usr/local/bin/docker-compose -fsSL \"https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m)\" && chmod +x /usr/local/bin/docker-compose" did not complete successfully: exit code: ```
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for the bug report. As a matter of fact I do not own a Mac M1 therefore I cannot reproduce it.
I checked on https://github.com/docker/compose/releases/1.22.0 and apparently this release was only available for x86_64 architectures.
Would you be able to try upgrading docker-compose to a more recent release which provides -aarch64 binary artifacts and report the result?
https://github.com/docker/compose/releases
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: