Skip to content

Commit d412ca3

Browse files
committed
Remove non-amd64 architecture
1 parent d959ff1 commit d412ca3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
uses: docker/build-push-action@v2
2323
with:
2424
target: builder
25-
platforms: |
26-
linux/amd64
27-
linux/arm/v7
28-
linux/arm64/v8
25+
platforms: linux/amd64
2926
cache-to: type=gha, mode=max
3027
outputs: type=cacheonly

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
uses: docker/build-push-action@v2
4242
with:
4343
push: true
44-
platforms: |
45-
linux/amd64
46-
linux/arm/v7
47-
linux/arm64/v8
44+
platforms: linux/amd64
4845
cache-from: type=gha
4946
tags: ${{ steps.meta.outputs.tags }}
5047
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)