Skip to content

Commit 30dfb88

Browse files
committed
Remove unsupported docker platfforms
sdkman supports the JDK only for amd64 and arm64 architectures
1 parent f612e8c commit 30dfb88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy-image.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ jobs:
5757
context: .
5858
platforms: |
5959
linux/amd64,
60-
linux/arm64,
61-
linux/arm/v7,
62-
linux/ppc64le,
63-
linux/s390x
60+
linux/arm64
6461
push: ${{ github.event_name != 'pull_request' }}
6562
pull: true
6663
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)