From 9820dcbe2137bb0cb6ca02a5be2f52ae7539e51e Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Mon, 4 Mar 2024 11:20:24 +0100 Subject: [PATCH] remove platforms not supported by docker image --- .github/workflows/cd-api.yml | 2 +- .github/workflows/cd-auth.yml | 2 +- .github/workflows/cd-metrics-scraper.yml | 2 +- .github/workflows/cd-web.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-api.yml b/.github/workflows/cd-api.yml index aaae9db0d0f6..5521daf82574 100644 --- a/.github/workflows/cd-api.yml +++ b/.github/workflows/cd-api.yml @@ -68,7 +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,windows/amd64,windows/arm64 + platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x cache-from: type=gha cache-to: type=gha,mode=max build-args: | diff --git a/.github/workflows/cd-auth.yml b/.github/workflows/cd-auth.yml index 01bb1a048df8..47fcb07057d2 100644 --- a/.github/workflows/cd-auth.yml +++ b/.github/workflows/cd-auth.yml @@ -68,7 +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,windows/amd64,windows/arm64 + platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x cache-from: type=gha cache-to: type=gha,mode=max build-args: | diff --git a/.github/workflows/cd-metrics-scraper.yml b/.github/workflows/cd-metrics-scraper.yml index fb44747bbb67..12f314dc6d78 100644 --- a/.github/workflows/cd-metrics-scraper.yml +++ b/.github/workflows/cd-metrics-scraper.yml @@ -68,7 +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,windows/amd64,windows/arm64 + platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x cache-from: type=gha cache-to: type=gha,mode=max build-args: | diff --git a/.github/workflows/cd-web.yml b/.github/workflows/cd-web.yml index 101a6beaafe3..893689b18009 100644 --- a/.github/workflows/cd-web.yml +++ b/.github/workflows/cd-web.yml @@ -68,7 +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,windows/amd64,windows/arm64 + platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x cache-from: type=gha cache-to: type=gha,mode=max build-args: |