Skip to content

Commit

Permalink
Remove arm/v7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Apr 19, 2023
1 parent 7bfbe9e commit 356e7b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 356e7b8

Please sign in to comment.