Browse Source

add arm32 into docker build process

tags/v0.3.11-rc1
haixuantao 10 months ago
parent
commit
d929140512
1 changed files with 1 additions and 1 deletions
  1. +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

Loading…
Cancel
Save