Skip to content

Commit a4c0123

Browse files
committed
在CI工作流中添加Python 311的构建
1 parent 4715193 commit a4c0123

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
-w /spksrc/spk/rr-manager \
4747
ghcr.io/synocommunity/spksrc \
4848
make arch-${{ matrix.target }}
49+
50+
docker run -v /home/runner/work/spksrc:/spksrc \
51+
-v $workdir:/spksrc/spk/rr-manager \
52+
-v $workdir/packages:/spksrc/packages \
53+
-w /spksrc/spk/python311-wheels \
54+
ghcr.io/synocommunity/spksrc \
55+
make arch-${{ matrix.target }}
56+
4957
- name: Upload to Artifacts
5058
uses: actions/upload-artifact@v4
5159
with:

0 commit comments

Comments
 (0)