Fix ARM64 Docker building (#13217)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
b14f9cdb10
commit
51c3169e9f
4 changed files with 10 additions and 9 deletions
8
.github/workflows/docker.yaml
vendored
8
.github/workflows/docker.yaml
vendored
|
|
@ -18,22 +18,26 @@ on:
|
|||
Dockerfile-cpu:
|
||||
type: boolean
|
||||
description: Use Dockerfile-cpu
|
||||
default: true
|
||||
Dockerfile-arm64:
|
||||
type: boolean
|
||||
description: Use Dockerfile-arm64
|
||||
default: true
|
||||
Dockerfile-jetson:
|
||||
type: boolean
|
||||
description: Use Dockerfile-jetson
|
||||
default: true
|
||||
Dockerfile-python:
|
||||
type: boolean
|
||||
description: Use Dockerfile-python
|
||||
default: true
|
||||
Dockerfile-conda:
|
||||
type: boolean
|
||||
description: Use Dockerfile-conda
|
||||
default: true
|
||||
push:
|
||||
type: boolean
|
||||
description: Push images to Docker Hub
|
||||
default: true
|
||||
description: Publish all Images to Docker Hub
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue