Compile time error #14012
KormiMeiko
started this conversation in
General
Compile time error
#14012
Replies: 3 comments
-
I don't know too much about Windows, but isn't |
Beta Was this translation helpful? Give feedback.
0 replies
-
i just use the github action's docker image workflow |
Beta Was this translation helpful? Give feedback.
0 replies
-
You should follow the instructions in the documentation instead: https://misskey-hub.net/en/docs/install.html |
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
-
💡 Summary
An error occurred while compiling
🥰 Expected Behavior
The task buildx succeeds and is published to dockerhub
🤬 Actual Behavior
github action shows:
Dockerfile:13
12 |
13 | >>> RUN apk add --no-cache $BUILD_DEPS &&
14 | >>> git submodule update --init &&
15 | >>> yarn install &&
16 | >>> yarn build &&
17 | >>> rm -rf .git
18 |
error: failed to solve: process "/bin/sh -c apk add --no-cache $BUILD_DEPS && git submodule update --init && yarn install && yarn build && rm -rf .git" did not complete successfully: exit code: 1
Error: buildx failed with: error: failed to solve: process "/bin/sh -c apk add --no-cache $BUILD_DEPS && git submodule update --init && yarn install && yarn build && rm -rf .git" did not complete successfully: exit code: 1
📝 Steps to Reproduce
1.download misskey from https://github.com/misskey-dev/misskey/
2.edit language and image
3.upload
📌 Environment
Misskey version:12.108.1
Your OS:Windows10
Your browser:google chrome
Beta Was this translation helpful? Give feedback.
All reactions