Skip to content

Commit dce2e90

Browse files
committed
Remove s390x
1 parent 244e031 commit dce2e90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
branches:
1111
- master
1212

13-
env:
14-
PLATFORMS: "linux/arm,linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
15-
1613
concurrency:
1714
group: ${{ github.ref_name }}-docker
1815
cancel-in-progress: true
@@ -89,7 +86,7 @@ jobs:
8986
with:
9087
pull: true
9188
push: true
92-
platforms: "linux/arm,linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
89+
platforms: "linux/arm,linux/amd64,linux/arm64,linux/ppc64le"
9390
tags: ${{ steps.meta.outputs.tags }}
9491
labels: ${{ steps.meta.outputs.labels }}
9592
annotations: ${{ steps.meta.outputs.annotations }}

0 commit comments

Comments
 (0)