Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 31, 2023
1 parent c1a806b commit 7ba0f54
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions packages/opencv_python/build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
strategy: dockerfile
source:
- ./Dockerfile.stage1
- ./Dockerfile.stage2
- ./Dockerfile.stage3
- file: ./Dockerfile.stage1
common: true
- file: ./Dockerfile.stage2
common: true
- file: ./Dockerfile.stage3
common: true
- ./Dockerfile.stage4
disable: true

python:
versions:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"

package:
versions: latest

0 comments on commit 7ba0f54

Please sign in to comment.