xxh/xxh-appimage-build.xsh

5 lines
153 B
Python
Raw Permalink Normal View History

2021-03-14 11:20:44 +00:00
#!/usr/bin/env xonsh
mkdir -p build
docker build . -f xxh-appimage.Dockerfile -t tmp/xxh-appimage
2021-03-14 12:22:51 +00:00
docker run --rm -v $PWD/build:/result tmp/xxh-appimage