Files
natpass/build_all
T
2021-10-18 19:03:03 +08:00

8 lines
249 B
Bash
Executable File

#!/bin/sh
docker build -t natpass -f contrib/build/Dockerfile .
docker run --rm \
-v `pwd`:/build \
-v $HOME/.cache/go-build:/root/.cache/go-build \
-v $HOME/go/pkg/mod:/root/go/pkg/mod \
natpass go run /build/contrib/build/build_all.go