actions: build image for linux/arm/v7 (raspberry pi)

This commit is contained in:
Jiri Travnicek 2022-04-24 16:12:11 +02:00
parent e1074ba259
commit 00b3e6fc57
No known key found for this signature in database
GPG Key ID: 49E86381006239BE
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max