From 8016ff837effd3ae6088652b53039946f02ff02a Mon Sep 17 00:00:00 2001 From: jhot Date: Tue, 19 Sep 2023 11:01:24 -0600 Subject: [PATCH] csv --- .forgejo/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index a7dd964..bc14754 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -39,9 +39,7 @@ jobs: uses: docker/build-push-action@v4.2.1 with: context: . - platforms: - - linux/amd64 - - linux/arm64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}