Skip to content

Commit 13c8360

Browse files
committed
include linux/arm64 platform in multiarch image
1 parent 689f6c7 commit 13c8360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/docker-build-and-push/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ runs:
2929
echo "Tag: ${{ inputs.tag }}"
3030
echo "Registry: ${{ inputs.registry }}"
3131
shell: bash
32-
32+
3333
- name: Build image
3434
run: |
3535
docker buildx build \
36-
--platform linux/amd64 \
36+
--platform linux/amd64,linux/arm64 \
3737
-t ${{ inputs.registry }}/${{ inputs.image-name }}:${{ inputs.tag }} \
3838
--push .
3939
shell: bash

0 commit comments

Comments
 (0)