Skip to content

Commit 07c612e

Browse files
committed
ci: only build amd64 for docker push [skip ci]
1 parent 46153de commit 07c612e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
docker-push:
1515
name: Docker Push
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Login to Docker Hub
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/build-push-action@v6
3333
with:
3434
context: .
35-
platforms: linux/amd64,linux/arm64
35+
platforms: linux/amd64
3636
build-args: |
3737
ROUTE_ROOT_PATH=${{ inputs.path }}
3838
CONTEXT_PATH=${{ inputs.path }}

0 commit comments

Comments
 (0)