ci: added arm64 platform for docker published images (#1021)

This commit is contained in:
Anirban Kar 2025-01-06 19:19:40 +05:30 committed by GitHub
parent 78eb3a5f34
commit 6f524fdf27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ jobs:
context: .
file: ./Dockerfile
target: ${{ env.BUILD_TARGET }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}