testing if specific build fails on arm64

This commit is contained in:
Michael Trip 2023-10-03 17:06:47 +02:00
parent 4e0938a0af
commit 252d4fc1a4

View file

@ -119,7 +119,8 @@ jobs:
with:
context: ./xfce
file: ./xfce/Dockerfile
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}