Skip to content

Commit 1bf79f0

Browse files
committed
ci: fix wrong arch on arm runner
1 parent 4d92f67 commit 1bf79f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
tags: |
8484
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.debien_image_ver_name }}-arm64
8585
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.debien_image_ver_name }}-arm64-${{ steps.date.outputs.date }}
86-
platforms: linux/amd64
86+
platforms: linux/arm64
8787
build-args: |
8888
MY_DEBIAN_VERSION=${{ matrix.debien_image_ver_name }}
8989
MY_DEBIAN_VERSION_NUMBER=${{ matrix.debien_image_ver_number }}

0 commit comments

Comments
 (0)