docker: add multi-platform support

Fixes #345
This commit is contained in:
Will Norris 2022-11-14 11:18:09 -08:00
parent b6e5e700cf
commit a6f541de1b
2 changed files with 7 additions and 11 deletions

View file

@ -49,6 +49,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
# Sign the Docker image
- name: Install cosign