Skip to content

Commit

Permalink
Remove linux/arm/v7 from kubectl container (no package for linux/arm/…
Browse files Browse the repository at this point in the history
…v7 in apt repository)
  • Loading branch information
dergeberl committed Apr 1, 2024
1 parent bb31259 commit b450915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta_kubectl.outputs.tags }}
labels: ${{ steps.docker_meta_kubectl.outputs.labels }}
Expand Down

0 comments on commit b450915

Please sign in to comment.