0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 14:08:56 +02:00
construct/tools/docker/build-and-push-images.sh

10 lines
377 B
Bash
Raw Normal View History

2020-04-08 03:13:55 +02:00
#!/bin/sh
# Please run from the directory this file in
docker pull ubuntu:18.04
docker build -t jevolk/construct:ubuntu-18.04 ./ubuntu/base
docker build -t jevolk/construct:ubuntu-18.04-clang-9 ./ubuntu/clang-9
docker build -t jevolk/construct:ubuntu-18.04-gcc-8 ./ubuntu/gcc-8
docker push jevolk/construct:ubuntu-18.04-clang-9
docker push jevolk/construct:ubuntu-18.04-gcc-8