Skip to content

Commit

Permalink
Remove non-amd64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Jun 11, 2022
1 parent d959ff1 commit d412ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
uses: docker/build-push-action@v2
with:
target: builder
platforms: |
linux/amd64
linux/arm/v7
linux/arm64/v8
platforms: linux/amd64
cache-to: type=gha, mode=max
outputs: type=cacheonly
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: |
linux/amd64
linux/arm/v7
linux/arm64/v8
platforms: linux/amd64
cache-from: type=gha
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d412ca3

Please sign in to comment.