Update xtchain
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 21m11s

This commit is contained in:
2026-05-22 06:55:07 +02:00
parent 9ee91c32ce
commit 895c5c56fe

View File

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