Skip to content

Commit

Permalink
build: remove armv7 from buildx platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
LeslieLeung committed Jan 15, 2024
1 parent 0ac3b82 commit 23d3c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
platforms: linux/arm64,linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
file: Dockerfile

0 comments on commit 23d3c41

Please sign in to comment.