From e996860d69655d8aab0c8ed72b6ec85958cfa022 Mon Sep 17 00:00:00 2001 From: oseoin Date: Wed, 31 Jan 2024 16:52:52 +0000 Subject: [PATCH] Add missing platforms in base image build (#5017) add missing platforms in base image build --- .github/workflows/build-base-images.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-base-images.yml b/.github/workflows/build-base-images.yml index 8ce03775e8..3abc516262 100644 --- a/.github/workflows/build-base-images.yml +++ b/.github/workflows/build-base-images.yml @@ -97,6 +97,7 @@ jobs: cache-to: type=gha,mode=max target: common tags: ${{ steps.meta.outputs.tags }} + platforms: ${{ matrix.platforms }} pull: true push: true build-args: | @@ -162,6 +163,7 @@ jobs: cache-to: type=gha,mode=max target: common tags: ${{ steps.meta.outputs.tags }} + platforms: ${{ matrix.platforms }} pull: true push: true build-args: | @@ -248,6 +250,7 @@ jobs: cache-to: type=gha,mode=max target: common tags: ${{ steps.meta.outputs.tags }} + platforms: ${{ matrix.platforms }} pull: true push: true build-args: |