ci: only build amd64 for docker push [skip ci]

This commit is contained in:
ReaJason
2025-08-14 19:19:18 +08:00
parent 46153de471
commit 07c612ee44
+2 -2
View File
@@ -13,7 +13,7 @@ on:
jobs: jobs:
docker-push: docker-push:
name: Docker Push name: Docker Push
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Login to Docker Hub - name: Login to Docker Hub
@@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
build-args: | build-args: |
ROUTE_ROOT_PATH=${{ inputs.path }} ROUTE_ROOT_PATH=${{ inputs.path }}
CONTEXT_PATH=${{ inputs.path }} CONTEXT_PATH=${{ inputs.path }}