We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6f2e9 commit 4af91a3Copy full SHA for 4af91a3
.github/workflows/build-push.yml
@@ -89,15 +89,15 @@ jobs:
89
- name: Prepare Patch
90
run: |
91
set -ex
92
- ls -al
93
-
94
sed -i 's@bookworm@trixie@g' Dockerfile
95
sed -i 's@FROM node@FROM ghcr.io/loong64/node@g' Dockerfile
96
sed -i 's@FROM python@FROM ghcr.io/loong64/python@g' Dockerfile
97
98
if [ "${{ matrix.context }}" = "api" ]; then
+ sed -i -E 's/(=[0-9.:+~A-Za-z-]+)//g' Dockerfile
99
sed -i 's@libldap-2.5-0@libldap2@g' Dockerfile
100
sed -i 's@pip install@pip install -i https://gitlab.com/api/v4/projects/65746188/packages/pypi/simple@g' Dockerfile
+ git diff
101
rm -f uv.lock
102
docker run --rm \
103
--platform=linux/loong64 \
0 commit comments