构建服务器正在通过 MQTT 发布消息。
mosquitto 软件包提供了消费消息的工具。
sudo apk add mosquitto
订阅所有消息
mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v
build/<构建服务器>