From f20d4052a4172ef2fcf32a404c18a630c0847824 Mon Sep 17 00:00:00 2001 From: Zack Hodgson Brady Date: Fri, 5 Apr 2024 20:02:00 -0400 Subject: [PATCH] updated/fixed platforms in release workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54c96df4..d3b8d91a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,6 +59,6 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ github.repository_owner }}/${{ github.repository }}:${{ github.ref_name }},${{ github.repository_owner }}/${{ github.repository }}:latest