Skip to content

Commit

Permalink
readd platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Mar 4, 2024
1 parent 9820dcb commit 08e93fe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_RELEASE_USER }}
Expand All @@ -68,7 +70,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
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cd-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_RELEASE_USER }}
Expand All @@ -68,7 +70,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
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cd-metrics-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_RELEASE_USER }}
Expand All @@ -68,7 +70,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
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cd-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_RELEASE_USER }}
Expand All @@ -68,7 +70,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
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
Expand Down

0 comments on commit 08e93fe

Please sign in to comment.