chore: Add linux/arm/v8 to docker build

This commit is contained in:
Gertjan De Mulder 2023-01-11 14:19:34 +01:00 committed by GitHub
parent 53fcf0117e
commit 473902b85d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,6 @@ jobs:
with: with:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm/v7 platforms: linux/amd64,linux/arm/v7,linux/arm/v8
tags: ${{ needs.docker-meta.outputs.tags }} tags: ${{ needs.docker-meta.outputs.tags }}
labels: ${{ needs.docker-meta.outputs.labels }} labels: ${{ needs.docker-meta.outputs.labels }}