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:
docker-push:
name: Docker Push
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
@@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
build-args: |
ROUTE_ROOT_PATH=${{ inputs.path }}
CONTEXT_PATH=${{ inputs.path }}