From 14962ee8640a0834867e6a902bab837b04a4b92d Mon Sep 17 00:00:00 2001 From: Stefan <42220813+Stefanuk12@users.noreply.github.com> Date: Thu, 17 Apr 2025 19:24:05 +0100 Subject: [PATCH] chore: use yaml list notation for platforms Co-authored-by: dai --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 329d273..0e61a64 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -173,7 +173,9 @@ 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