[CI] Build mutli-architecture docker image

This commit is contained in:
Lod 2023-02-07 15:26:44 +01:00 committed by Glandos
parent d127b743bb
commit 78e50c21c2

View file

@ -61,6 +61,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
platform: linux/amd64,linux/arm64,linux/arm/v7
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}