mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-12-24 11:51:18 +08:00
change Docker repository to bluenviron/mediamtx (#1923)
This commit is contained in:
25
Makefile
25
Makefile
@@ -12,18 +12,19 @@ help:
|
||||
@echo ""
|
||||
@echo "available actions:"
|
||||
@echo ""
|
||||
@echo " mod-tidy run go mod tidy"
|
||||
@echo " format format source files"
|
||||
@echo " test run tests"
|
||||
@echo " test32 run tests on a 32-bit system"
|
||||
@echo " test-highlevel run high-level tests"
|
||||
@echo " lint run linters"
|
||||
@echo " bench NAME=n run bench environment"
|
||||
@echo " run run app"
|
||||
@echo " apidocs-lint run api docs linters"
|
||||
@echo " apidocs-gen generate api docs HTML"
|
||||
@echo " binaries build binaries for all platforms"
|
||||
@echo " dockerhub build and push images to Docker Hub"
|
||||
@echo " mod-tidy run go mod tidy"
|
||||
@echo " format format source files"
|
||||
@echo " test run tests"
|
||||
@echo " test32 run tests on a 32-bit system"
|
||||
@echo " test-highlevel run high-level tests"
|
||||
@echo " lint run linters"
|
||||
@echo " bench NAME=n run bench environment"
|
||||
@echo " run run app"
|
||||
@echo " apidocs-lint run api docs linters"
|
||||
@echo " apidocs-gen generate api docs HTML"
|
||||
@echo " binaries build binaries for all platforms"
|
||||
@echo " dockerhub build and push images to Docker Hub"
|
||||
@echo " dockerhub-legacy build and push images to Docker Hub (legacy)"
|
||||
@echo ""
|
||||
|
||||
blank :=
|
||||
|
||||
Reference in New Issue
Block a user