Yiyiyimu opened a new issue #200: URL: https://github.com/apache/apisix-docker/issues/200
We try to build dashboard docker image for ARM in #197 but failed. Since I could run dashboard docker build on m1 so there's nothing to do with the building process itself. And since it stuck at `yarn build`, a large chance is we lack memory since we also deploy `QEMU` to simulate arm environment, as [ref](https://stackoverflow.com/questions/59868448/rpc-error-code-unknown-desc-failed-to-build-llb) suggested. So one possible way I think is to use travis CI to build the image, since travis supports arm machine by itself so we could remove the rely on QEMU. There are two steps to finish this: - [ ] build dashboard docker image on ARM in travis CI - [ ] support the same trigger to push it to dockerhub like [what we do in Github Actions](https://github.com/apache/apisix-docker/blob/master/.github/workflows/dashboard_push_docker_hub.yaml#L4) _Originally posted by @Yiyiyimu in https://github.com/apache/apisix-docker/issues/197#issuecomment-887885943_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
