Docker/CI: Add Ubuntu-based demo and update targets in Makefile

This commit is contained in:
Michael Mayer
2022-06-16 10:21:35 +02:00
parent 3ea21f4d24
commit db9cbe72c6
4 changed files with 82 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
# exit on error
set -e
# install QEMU for multi-arch builds
scripts/install-qemu.sh
# build preview image
make docker-preview-ubuntu
# wait 2s
sleep 2
# build demo image
make docker-demo-ubuntu