This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
add arm32 into docker build process
tags/v0.3.11-rc1
haixuantao
10 months ago
parent
91a11b59e3
commit
d929140512
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/docker-image.yml
+ 1
- 1
.github/workflows/docker-image.yml
View File
@@ -27,5 +27,5 @@ jobs:
- name: Build the Docker image
run: |
docker build docker/slim --platform linux/amd64,linux/arm64 -t multi-platform --tag ghcr.io/dora-rs/dora-slim:latest
docker build docker/slim --platform linux/amd64,linux/arm64
,linux/arm32v6,linux/arm32v7
-t multi-platform --tag ghcr.io/dora-rs/dora-slim:latest
docker push ghcr.io/dora-rs/dora-slim:latest
Write
Preview
Loading…
Cancel
Save