Skip to content

Commit 4af91a3

Browse files
feat: 更新构建
1 parent 1d6f2e9 commit 4af91a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ jobs:
8989
- name: Prepare Patch
9090
run: |
9191
set -ex
92-
ls -al
93-
9492
sed -i 's@bookworm@trixie@g' Dockerfile
9593
sed -i 's@FROM node@FROM ghcr.io/loong64/node@g' Dockerfile
9694
sed -i 's@FROM python@FROM ghcr.io/loong64/python@g' Dockerfile
9795
9896
if [ "${{ matrix.context }}" = "api" ]; then
97+
sed -i -E 's/(=[0-9.:+~A-Za-z-]+)//g' Dockerfile
9998
sed -i 's@libldap-2.5-0@libldap2@g' Dockerfile
10099
sed -i 's@pip install@pip install -i https://gitlab.com/api/v4/projects/65746188/packages/pypi/simple@g' Dockerfile
100+
git diff
101101
rm -f uv.lock
102102
docker run --rm \
103103
--platform=linux/loong64 \

0 commit comments

Comments
 (0)