ci: speedup docker build [skip ci]

This commit is contained in:
ReaJason
2025-08-14 22:42:05 +08:00
parent e0385acf8b
commit 50af147fc9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
build-args: |
ROUTE_ROOT_PATH=${{ inputs.path }}
CONTEXT_PATH=${{ inputs.path }}