From 8c7637212bd20afd1a3a6f2a016e80988346d48e Mon Sep 17 00:00:00 2001 From: Stefanuk12 <42220813+Stefanuk12@users.noreply.github.com> Date: Thu, 17 Apr 2025 19:30:25 +0100 Subject: [PATCH] Revert "chore: use yaml list notation for platforms" This reverts commit 14962ee8640a0834867e6a902bab837b04a4b92d. --- .github/workflows/release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e61a64..329d273 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -173,9 +173,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - platforms: - - linux/amd64 - - linux/arm64 + platforms: linux/amd64,linux/arm64 push: true tags: | ghcr.io/pesde-pkg/registry:latest