Can't "apk add" on arm64/linux Alpine #150653
Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
Starting some time in the last few days, our GitHub Actions builds started failing. I've reduced the problem to the following workflow:
and Dockerfile:
This fails reliably with
If I remove the
--platform
argument from thedocker buildx build
command and theFROM
command, the build passes. Either is enough to trigger the error.I tried changing the
apk add
to ignore TLS problems:RUN apk add --no-cache --allow-untrusted --no-check-certificate --repository http://dl-cdn.alpinelinux.org/alpine/v3.20/main curl
The error still occurs.
Beta Was this translation helpful? Give feedback.
All reactions