Skip to content

Commit f725b52

Browse files
authored
Update build-docker-image-manual.yml
1 parent 436aa99 commit f725b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
context: .
6565
file: ${{ env.DOCKERFILE_PATH }}
66-
platforms: linux/amd64,linux/aarch64
66+
platforms: linux/aarch64
6767
tags: |
6868
${{ env.GH_REGISTRY }}:${{ github.event.inputs.tag }}
6969
# ${{ env.DOCKERHUB_REPOSITORY }}:${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)