Skip to content

Commit 2a30a1f

Browse files
authored
Rebuild loongarch ubuntu image (#1311)
1 parent c77a9f6 commit 2a30a1f

File tree

1 file changed

+3
-0
lines changed
  • src/azurelinux/3.0/net10.0/cross/loongarch64

1 file changed

+3
-0
lines changed

src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ARG ROOTFS_DIR=/crossrootfs/loongarch64
33
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-crossdeps-builder-amd64 AS builder
44
ARG ROOTFS_DIR
55

6+
# temporarily bypass cache to fetch the latest arcade version with recent fixes
7+
RUN rm -rf /scripts && git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
8+
69
RUN rootfsEnv="/usr/local/share/rootfs" && \
710
python3 -m venv "$rootfsEnv" && \
811
"$rootfsEnv/bin/python" -m pip install aiohttp zstandard && \

0 commit comments

Comments
 (0)