WuKongIMDocs/Makefile
tt f83cfa9656 build: specify platform for Docker builds
docs: add plugin usage documentation link
2025-03-20 15:29:00 +08:00

6 lines
289 B
Makefile

build:
docker build -t wukongimdocs . --platform linux/amd64
deploy:
docker build -t wukongimdocs . --platform linux/amd64
docker tag wukongimdocs registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest
docker push registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest