Skip to content

Commit

Permalink
fix: 修正构建失败
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Aug 2, 2024
1 parent cf99dbe commit 51a4efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-containerd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pushd "${TMPDIR}" || exit 1
sed -i '/syntax=docker/d' dockerfiles/deb.dockerfile
sed -i 's@ca-certificates@ca-certificates libbtrfs-dev@g' dockerfiles/deb.dockerfile
sed -i 's@GOLANG_IMAGE=golang@GOLANG_IMAGE=ghcr.io/loong64/golang@g' common/common.mk
sed -i 's@DOCKER_BUILDKIT=1 docker build @DOCKER_BUILDKIT=1 docker buildx build --platform linux/loong64 --load @g' Makefile
sed -i 's@ARCH=$(shell uname -m)@ARCH=loong64@g' Makefile

################################################################
# See. https://github.com/containerd/containerd
Expand Down

0 comments on commit 51a4efc

Please sign in to comment.