From 252d4fc1a4afa7d921a5a4d55b2338c85b3a717a Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Tue, 3 Oct 2023 17:06:47 +0200 Subject: [PATCH] testing if specific build fails on arm64 --- .github/workflows/fedora-xfce-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fedora-xfce-build.yml b/.github/workflows/fedora-xfce-build.yml index efb6014..e52ad02 100644 --- a/.github/workflows/fedora-xfce-build.yml +++ b/.github/workflows/fedora-xfce-build.yml @@ -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 }}