Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,3 @@ jobs:
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8
# Push
docker manifest push luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}
docker manifest create \
luxonis/depthai-library:latest \
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-amd64 \
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv7 \
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8
docker manifest push luxonis/depthai-library:latest
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
strategy:
matrix:
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
os: [macos-13, macos-14] # macos-13 is x64, macos-14 is arm64
os: [macos-14] # macos-14 is arm64 (macos-15-intel could be added later, once compilation on clang that on that image is fixed))
runs-on: ${{ matrix.os }}
steps:
- name: Cache .hunter folder
Expand Down
2 changes: 1 addition & 1 deletion depthai-core
Loading