mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 13:27:17 +00:00

This commit makes Travis CI run GNU/Linux tests inside Ubuntu 14.04 i386/x86_64 docker containers. It includes a set of Dockerfiles with everything needed to run/build/package Etcher while a nice `run-command.sh` script that can be used to easily run a command on such Dockerfiles with access to the Etcher source code. The main motivation behind change is that generating cross-architecture AppImages is not possible at the moment (although there are PRs on the way), so this permits us to configure Travis CI to build and publish AppImages for all architectures. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>