cicd: build other platforms but armv6

This commit is contained in:
Naramsim 2024-05-04 22:52:51 +02:00
parent b2ef3eba0f
commit 8088236c6f

View file

@ -35,7 +35,7 @@ jobs:
context: . context: .
file: ./Resources/docker/app/Dockerfile file: ./Resources/docker/app/Dockerfile
push: false push: false
platforms: local platforms: local,linux/amd64,linux/arm64,linux/ppc64le,linux/arm/v7
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Image digest - name: Image digest