Skip to content

Commit

Permalink
Remove builds for arm/v6, arm/v7
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dittrich <[email protected]>
  • Loading branch information
jan-di committed May 28, 2024
1 parent 6a19f5a commit 7549105
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Docker Images
env:
DOCKERHUB_TAG: "docker.io/jandi/database-backup"
GITHUB_TAG: "ghcr.io/jan-di/database-backup"
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
PLATFORMS: linux/amd64,linux/arm64

on:
push:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Crash when metrics are enabled and no targets are found.

### Changed

- Updated dependencies
- Use upstream apt repository of postgresql instead of the debian one.
- Switch from debian bullseye to debian bookworm

### Removed

- Support for 32bit arm architectures (arm/v6, arm/v7, armhf)

## [0.5.0] - 2023-02-07
### Added
- Add Support for White-/Blacklist (@foorschtbar)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Docker Image Tags:
- `docker.io/jandi/database-backup` [Docker Hub](https://hub.docker.com/r/jandi/database-backup)
- `ghcr.io/jan-di/database-backup` [GitHub Container Registry](https://github.com/jan-di/docker-database-backup/pkgs/container/database-backup)

Supported Architectures: `amd64`, `arm64`, `arm/v6`, `arm/v7`
Supported Architectures: `amd64`, `arm64`

## Service Configuration

Expand Down

0 comments on commit 7549105

Please sign in to comment.