From 448bb6a405e78c835178cf212168e2d38b30e36a Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Mon, 4 Mar 2024 10:47:41 +0100 Subject: [PATCH] add platforms --- .github/workflows/cd-api.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd-api.yml b/.github/workflows/cd-api.yml index a636c28e5260..cd5486bde3e2 100644 --- a/.github/workflows/cd-api.yml +++ b/.github/workflows/cd-api.yml @@ -68,6 +68,7 @@ jobs: push: false # TODO tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x # darwin/amd64,darwin/arm64 cache-from: type=gha cache-to: type=gha,mode=max build-args: |