Closed alex4108 closed 3 years ago
Nice, I had to install the plugin
https://stackoverflow.com/questions/64670750/docker-buildx-on-travis-ci
This got me further, now I'm hitting
failed to solve: rpc error: code = Unknown desc = executor failed running [/dev/.buildkit_qemu_emulator /bin/sh -c npm install]: exit code: 1
Okay, I had to use this container to set up QEMU's interpreters: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
The full .travis.yml file that ended up letting me build multi-architecture images (linux/arm/v7 for my raspberry pi and linux/amd64 for my host) using docker buildx
on travis is available here
:bug::scroll:
What is the current behavior? Travis-CI fails, around using "docker buildx"
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
log.txt