Skip to content

Commit d9362c7

Browse files
committed
Modified docker workflow
1 parent 852af5b commit d9362c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-hub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, luxonis-armhf, ARM64]
16+
os: [ubuntu-latest, ARM, ARM64]
1717
include:
1818
- os: ubuntu-latest
1919
arch: amd64
20-
- os: luxonis-armhf
20+
- os: ARM
2121
arch: armv7
2222
- os: ARM64
2323
arch: armv8

0 commit comments

Comments
 (0)