Moved docker image build to github actions

This commit is contained in:
Alejandro Celaya
2020-07-31 20:17:14 +02:00
parent 1ac05fd3a4
commit 1eb9ef0361
4 changed files with 32 additions and 38 deletions

View File

@@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -ex
# install latest docker version
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
# enable multiarch execution
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes