1 Star 0 Fork 4

jangocheng/rmqtt

forked from rmqtt/rmqtt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
rmqtt 提交于 2023-07-28 23:45 . Rename to podman
all: release docker
debug:
git checkout $$(git describe --tags $$(git rev-list --tags --max-count=1))
cargo build --target x86_64-unknown-linux-musl
release:
git checkout $$(git describe --tags $$(git rev-list --tags --max-count=1))
cargo build --release --target x86_64-unknown-linux-musl
docker:
podman build --no-cache -t rmqtt/rmqtt:$$(git describe --tags $$(git rev-list --tags --max-count=1)) ./
podman build --no-cache -t rmqtt/rmqtt:latest ./
publish:
podman push rmqtt/rmqtt:$$(git describe --tags $$(git rev-list --tags --max-count=1))
podman push rmqtt/rmqtt:latest
clean:
cargo clean
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/jangocheng/rmqtt.git
git@gitee.com:jangocheng/rmqtt.git
jangocheng
rmqtt
rmqtt
master

搜索帮助