update scripts

This commit is contained in:
Rijnard van Tonder 2022-05-23 11:19:37 -07:00
parent f7648b954f
commit 422756f39c
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ fi
cd ..
docker build --tag comby-$1-binary-release -f dockerfiles/alpine/binary-release/Dockerfile .
docker build --tag comby-$1-binary-release-plus-rg -f dockerfiles/alpine/binary-release-plus-rg/Dockerfile .
docker build --tag comby-ubuntu-18.04-binary-release -f dockerfiles/ubuntu/binary-release/Dockerfile .
docker build --tag comby-ubuntu-20.04-binary-release -f dockerfiles/ubuntu/binary-release/Dockerfile .

View File

@ -3,5 +3,5 @@
# mount /tmp/host to tmp in docker and run the binary
docker run -it -v /tmp/host:/tmp comby-alpine-3.14-binary-release -version
docker run -it -v /tmp/host:/tmp comby-alpine-3.14-binary-release-plus-rg -version
echo 'For ubuntu, do: docker run -it -v /tmp/host:/tmp comby-ubuntu-18.04-binary-release'
echo 'For ubuntu, do: docker run -it -v /tmp/host:/tmp comby-ubuntu-20.04-binary-release'
echo 'Then run: ./_build/default/src/main.exe -version'