mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
feat: docker arm64
This commit is contained in:
2
.github/workflows/docker-develop-build.yml
vendored
2
.github/workflows/docker-develop-build.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: './application/Dockerfile'
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
context: ./application
|
||||
push: true
|
||||
tags: |
|
||||
|
||||
Reference in New Issue
Block a user