Skip to content

Commit

Permalink
Drop armV7 image building (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom committed Jun 6, 2024
1 parent 7f21d1e commit e5527f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
platform:
- linux/amd64
- linux/arm64
- linux/arm/v7
name: Build Images
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: ${{ startsWith(github.ref, 'refs/tags/') }}
pull: true
tags: quay.io/jetstack/version-checker:${{github.ref_name}}
Expand Down

0 comments on commit e5527f9

Please sign in to comment.