Revert "disable (temp) multiarch"

This reverts commit 82d495d681.
This commit is contained in:
Dmitry Belyaev 2021-06-10 20:13:01 +03:00
parent 20bcc3ca7d
commit da817bec0d
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm/v7
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
@ -181,6 +182,7 @@ jobs:
context: ssl-bump
push: true
file: ssl-bump/Dockerfile
platforms: linux/amd64,linux/arm/v7
tags: ${{ steps.meta_ssl_bump.outputs.tags }}
labels: ${{ steps.meta_ssl_bump.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache