Spaces:
Sleeping
Sleeping
iskoldt-X commited on
add arm64
Browse files
.github/workflows/Docker Images.yml
CHANGED
|
@@ -45,7 +45,7 @@ jobs:
|
|
| 45 |
uses: docker/build-push-action@v4
|
| 46 |
with:
|
| 47 |
context: .
|
| 48 |
-
platforms: linux/amd64
|
| 49 |
push: true
|
| 50 |
tags: |
|
| 51 |
ghcr.io/${{ env.GITOWNER }}/chuanhuchatgpt:latest
|
|
|
|
| 45 |
uses: docker/build-push-action@v4
|
| 46 |
with:
|
| 47 |
context: .
|
| 48 |
+
platforms: linux/amd64,linux/arm64
|
| 49 |
push: true
|
| 50 |
tags: |
|
| 51 |
ghcr.io/${{ env.GITOWNER }}/chuanhuchatgpt:latest
|