Replies: 1 comment
-
Okay I found the solution. I don't know the reason, but there is a problem because the runner has not the aarch64 architecture. So there is a problem when it tries to run stuff inside the aarch64 container. But after adding following step the problem was soluted:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm trying to build an image for my server platform linux/aarch64 .
For this I have following git action:
But the pipeline failes with following log:
I tried it on my local system:
docker build --platform linux/aarch64 . --no-cache
There is no such problem.
Has somebody an idea ?
Beta Was this translation helpful? Give feedback.
All reactions