Skip to content

Commit

Permalink
ci(docker): remove support for armv6 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 authored Jan 1, 2024
1 parent e7c4473 commit e02d7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
context: .
builder: ${{ steps.buildx.outputs.name }}
file: Dockerfile
platforms: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64,linux/386
platforms: linux/arm/v7,linux/arm64,linux/amd64,linux/386
push: true
tags: |
${{ steps.prep.outputs.IMAGE }}:${{ steps.prep.outputs.TAG }}
Expand Down

0 comments on commit e02d7b8

Please sign in to comment.