From 1b06409e4672696605262127ecd0c0f1798f16c2 Mon Sep 17 00:00:00 2001 From: Artem Makhortov <13339874+artmakh@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:44:46 +0700 Subject: [PATCH] fix(ci): Proper type of var for platforms in docker build action (#2924) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What ❔ Proper type of var for platforms in docker build action ## Why ❔ ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`. --- .github/workflows/build-runtime-base.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-runtime-base.yml b/.github/workflows/build-runtime-base.yml index 8545f9fd1023..eaec05bc6bcf 100644 --- a/.github/workflows/build-runtime-base.yml +++ b/.github/workflows/build-runtime-base.yml @@ -56,9 +56,7 @@ jobs: with: push: true context: . - platforms: | - - arm64 - - amd64 + platforms: arm64, amd64 file: docker/${{ matrix.name }}/Dockerfile labels: | org.opencontainers.image.source=https://github.com/matter-labs/zksync-era