Update XTchain
所有检查均成功
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 14m28s

这个提交包含在:
2025-09-30 06:51:32 +02:00
提交者 CodingWorkshop Signing Team
父节点 4c8a5d698e
当前提交 5d77fe48b9

查看文件

@@ -29,7 +29,7 @@ VOLUME /var/lib/docker
EXPOSE 2375
# Install XT toolchain
RUN wget https://github.com/xt-sys/xtchain/releases/download/3.0.1/xtchain-3.0.1-linux.tar.zst -O xtchain.tar.zst && \
RUN wget https://github.com/xt-sys/xtchain/releases/download/3.0.2/xtchain-3.0.2-linux.tar.zst -O xtchain.tar.zst && \
mkdir -p /opt/xtchain && \
tar xapf xtchain.tar.zst -C /opt/xtchain && \
rm xtchain.tar.zst