Skip to content

Commit 054ac93

Browse files
authored
Merge pull request #1117 from luxonis/release_2.31.1.0
Release 2.31.1.0
2 parents 97f9d6f + cc911c2 commit 054ac93

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/docker-hub.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,3 @@ jobs:
9292
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8
9393
# Push
9494
docker manifest push luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}
95-
docker manifest create \
96-
luxonis/depthai-library:latest \
97-
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-amd64 \
98-
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv7 \
99-
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8
100-
docker manifest push luxonis/depthai-library:latest

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
strategy:
247247
matrix:
248248
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
249-
os: [macos-13, macos-14] # macos-13 is x64, macos-14 is arm64
249+
os: [macos-14] # macos-14 is arm64 (macos-15-intel could be added later, once compilation on clang that on that image is fixed))
250250
runs-on: ${{ matrix.os }}
251251
steps:
252252
- name: Cache .hunter folder

0 commit comments

Comments
 (0)