mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
6 lines
168 B
Makefile
6 lines
168 B
Makefile
build-dev-container:
|
|
docker buildx build --tag lldap/rust-dev --file .github/workflows/Dockerfile.dev --push .github/workflows
|
|
|
|
prepare-release:
|
|
./prepare-release.sh
|