Build multi-arch image for amd64 and arm64

This commit is contained in:
Stephen Paulger 2024-02-06 13:06:19 +00:00 committed by Manuel Rüger
parent 3bbf5e277a
commit 41358cf9b8

View File

@ -107,6 +107,7 @@ jobs:
if: ${{ github.ref_type == 'tag' }} if: ${{ github.ref_type == 'tag' }}
with: with:
push: true push: true
platforms: linux/amd64,linux/arm64
tags: | tags: |
kovetskiy/mark:${{ github.ref_name }} kovetskiy/mark:${{ github.ref_name }}
kovetskiy/mark:latest kovetskiy/mark:latest