Skip to content

Commit

Permalink
更新CI,添加arm/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
YangRucheng authored Jan 4, 2025
1 parent 611dd05 commit 582dcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-opencv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
--file python-opencv/Dockerfile.${{ matrix.dist }} \
--label image.source=OpenCV基础镜像 \
--label image.author=github.com/YangRucheng \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--tag ccr.ccs.tencentyun.com/misaka-public/python-opencv:${{ matrix.dist }}-${{ matrix.version }} \
--tag docker.io/yangrucheng/python-opencv:${{ matrix.dist }}-${{ matrix.version }} \
--push .

0 comments on commit 582dcd8

Please sign in to comment.