Skip to content
New issue

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

Install failed on Mac M1 #308

Open
kamal2222ahmed opened this issue Mar 21, 2024 · 1 comment
Open

Install failed on Mac M1 #308

kamal2222ahmed opened this issue Mar 21, 2024 · 1 comment

Comments

@kamal2222ahmed
Copy link

kamal2222ahmed commented Mar 21, 2024

------
 > [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: ```
@gmacario
Copy link
Owner

gmacario commented Mar 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants