We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d92f67 commit 1bf79f0Copy full SHA for 1bf79f0
.github/workflows/push_container.yml
@@ -83,7 +83,7 @@ jobs:
83
tags: |
84
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.debien_image_ver_name }}-arm64
85
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.debien_image_ver_name }}-arm64-${{ steps.date.outputs.date }}
86
- platforms: linux/amd64
+ platforms: linux/arm64
87
build-args: |
88
MY_DEBIAN_VERSION=${{ matrix.debien_image_ver_name }}
89
MY_DEBIAN_VERSION_NUMBER=${{ matrix.debien_image_ver_number }}
0 commit comments