Skip to content

Commit

Permalink
ci: remove armv6 as a docker target
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV authored Jan 25, 2024
1 parent ff74cd3 commit c6bc976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
push: true
tags: ${{ env.FQDN }}:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/i386,linux/arm/v6
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/i386
labels: |
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit c6bc976

Please sign in to comment.