diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25a596a..6547369 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: elif [[ ${BUILD_IMAGE_TAG} == *"ubi9"* ]]; then ARCH_PLATFORMS=linux/amd64,linux/arm64/v8 else - ARCH_PLATFORMS=linux/amd64,linux/arm64/v8,linux/arm/v7 + ARCH_PLATFORMS=linux/amd64,linux/arm64/v8 fi diff --git a/changelog.md b/changelog.md index e2d18a0..64dac62 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ---- ## [5.8.0/3.7.4] - Unreleased +### Changed +- Removed arm/v7 ( 32 bit ) support due to JDK17 requirements ## [5.8.0/3.7.3] - 2023-03-23 ### Fixed - Fixes an issue where CLI ID files were not being deleted after installing commandbox and warming up the server