Skip to content

Commit

Permalink
Merge pull request #109 from FusionAuth/wied03/remove_old_arch
Browse files Browse the repository at this point in the history
Old 'arm' JDK is not available anymore
  • Loading branch information
wied03 committed Sep 5, 2024
2 parents b276ab3 + 5b1071f commit edb1e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 }}

1 change: 1 addition & 0 deletions docker/fusionauth/release-trigger
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version=1.53.0
latestVersion=true
tagSuffix=
# Touch

0 comments on commit edb1e62

Please sign in to comment.