Skip to content

Commit

Permalink
Remove unsupported docker platfforms
Browse files Browse the repository at this point in the history
sdkman supports the JDK only for amd64 and arm64 architectures
  • Loading branch information
mkjsix committed Sep 4, 2024
1 parent f612e8c commit 30dfb88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
context: .
platforms: |
linux/amd64,
linux/arm64,
linux/arm/v7,
linux/ppc64le,
linux/s390x
linux/arm64
push: ${{ github.event_name != 'pull_request' }}
pull: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 30dfb88

Please sign in to comment.