From 6b45f4a8281ba260ad45ff4f3aff3b3b3db786ab Mon Sep 17 00:00:00 2001 From: Zack Steinkamp Date: Fri, 29 Mar 2024 19:24:56 -0700 Subject: [PATCH] Revert "remove incomplete platform" This reverts commit 7be9e889d99a14b776e7d45dd6bfe22a9cf59364. --- .github/workflows/build-images.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 8c0f7e8..a630c24 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -71,6 +71,7 @@ jobs: context: . push: true tags: ${{ steps.nginx_meta.outputs.tags }} + platforms: linux/${{ matrix.architecture }} labels: ${{ steps.nginx_meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max @@ -92,6 +93,7 @@ jobs: target: prod push: true tags: ${{ steps.frontend_meta.outputs.tags }} + platforms: linux/${{ matrix.architecture }} labels: ${{ steps.frontend_meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max @@ -113,6 +115,7 @@ jobs: target: api push: true tags: ${{ steps.api_meta.outputs.tags }} + platforms: linux/${{ matrix.architecture }} labels: ${{ steps.api_meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max @@ -134,6 +137,7 @@ jobs: target: watcher push: true tags: ${{ steps.watcher_meta.outputs.tags }} + platforms: linux/${{ matrix.architecture }} labels: ${{ steps.watcher_meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max @@ -155,6 +159,7 @@ jobs: target: admin push: true tags: ${{ steps.admin_meta.outputs.tags }} + platforms: linux/${{ matrix.architecture }} labels: ${{ steps.admin_meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max