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

fix docker build #194

Merged
merged 1 commit into from
Dec 1, 2022
Merged

fix docker build #194

merged 1 commit into from
Dec 1, 2022

Conversation

wey-gu
Copy link
Contributor

@wey-gu wey-gu commented Dec 1, 2022

What type of PR is this?

  • bug
  • feature
  • enhancement

What problem(s) does this PR solve?

Issue(s) number:

#188

Description:

qemu is needed for buildx to build docker image for arm64

------
Dockerfile:5
--------------------
   3 |     COPY . /usr/src
   4 |     
   5 | >>> RUN cd /usr/src && apk add --no-cache git make && make
   6 |     
   7 |     FROM alpine
--------------------
ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c cd /usr/src && apk add --no-cache git make && make" did not complete successfully: exit code: 2
Error: buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c cd /usr/src && apk add --no-cache git make && make" did not complete successfully: exit code: 2

@wey-gu wey-gu requested a review from jievince December 1, 2022 05:06
@jievince jievince merged commit 5c80a61 into master Dec 1, 2022
@jievince jievince deleted the fix_docker_build branch December 1, 2022 05:08
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

Successfully merging this pull request may close these issues.

2 participants