Skip to content

Commit

Permalink
Drop support for x390x in container images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sando committed Sep 28, 2023
1 parent eba0cfe commit a121fe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [386, arm/v7, ppc64le, s390x]
arch: [386, arm/v7, ppc64le]
fail-fast: false
needs: [detect-change]
steps:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ project adheres to [Semantic Versioning][SemVer].
### Fixed
- Don't fail to ping the systemd watchdog under certain conditions.

### Removed
- Drop support for container image for architecture `s390x`. If you need it,
please contact us.

## [1.11.1] - 2023-08-06
### Fixed
- Don't fail to build with `SKIP_DEPS` set to `true`.
Expand Down

0 comments on commit a121fe3

Please sign in to comment.