Skip to content

Commit 07c4133

Browse files
authored
Merge pull request moby#5600 from tonistiigi/loong-archutil
hack: remove loong64 validation in archutil
2 parents e51ed22 + 9a2d75f commit 07c4133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/dockerfiles/archutil.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ RUN --mount=type=bind,target=.,rw \
120120
if [ "$(ls -A /generated-files)" ]; then
121121
cp -rf /generated-files/* ./util/archutil
122122
fi
123+
# loong64 is not stable atm
124+
git checkout -- util/archutil/loong64_binary.go
123125
diff=$(git status --porcelain -- util/archutil)
124126
if [ -n "$diff" ]; then
125127
echo >&2 'ERROR: The result of archutil differs. Please update with "make archutil"'

0 commit comments

Comments
 (0)