xxh/xxh-appimage-build.xsh
2021-03-14 15:22:51 +03:00

5 lines
No EOL
153 B
Python

#!/usr/bin/env xonsh
mkdir -p build
docker build . -f xxh-appimage.Dockerfile -t tmp/xxh-appimage
docker run --rm -v $PWD/build:/result tmp/xxh-appimage