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 }}