Skip to content

Commit

Permalink
Revert "Add linux/arm/v7 to build platforms"
Browse files Browse the repository at this point in the history
This reverts commit e8d8104.
  • Loading branch information
ahosgood committed Nov 19, 2024
1 parent e8d8104 commit c177682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
uses: docker/build-push-action@v6
with:
context: ${{ inputs.dockerfile-location }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
labels: |
runnumber=${{ github.run_id }}
build-args: |
Expand All @@ -69,7 +69,7 @@ runs:
uses: docker/build-push-action@v6
with:
context: ${{ inputs.dockerfile-location }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
labels: |
runnumber=${{ github.run_id }}
build-args: |
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/nationalarchives/docker/compare/v0.5.0...HEAD)

### Added

- Added `linux/arm/v7` platform build

### Changed
### Deprecated
### Removed
Expand Down

0 comments on commit c177682

Please sign in to comment.