From d1b2ee5490a3115920245100eb02d99da0cced7a Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Mon, 26 Jun 2023 15:20:18 +0100 Subject: [PATCH] Remove multi-platform for now to test something --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f4fed3968..2054c7a1d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,9 +55,6 @@ jobs: - name: ⬇️ Checkout repo uses: actions/checkout@v3 - - name: 🐳 Set up QEMU - uses: docker/setup-qemu-action@v2 - - name: 🐳 Generate Docker metadata id: meta uses: docker/metadata-action@v4 @@ -93,7 +90,6 @@ jobs: context: . file: ./docker/Dockerfile push: ${{ github.event_name != 'pull_request' }} - platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=${{ github.repository }}:main