Skip to content

Commit

Permalink
Old 'arm' JDK is not available anymore
Browse files Browse the repository at this point in the history
Breaks build
  • Loading branch information
wied03 committed Sep 5, 2024
1 parent b276ab3 commit fd80ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
context: .
file: ./docker/fusionauth/fusionauth-app/Dockerfile
build-args: FUSIONAUTH_VERSION=${{ env.FUSIONAUTH_VERSION }}
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: ${{ env.FUSIONAUTH_TAGS }}

0 comments on commit fd80ac8

Please sign in to comment.