Skip to content

Commit

Permalink
remove platforms not supported by docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Mar 4, 2024
1 parent 5a019c7 commit 9820dcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-metrics-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9820dcb

Please sign in to comment.