Skip to content

Commit

Permalink
Remove "linux/arm/v6"
Browse files Browse the repository at this point in the history
Remove the "linux/arm/v6" architecture in the Docker build pipeline,
since the newest Go Docker image doesn't support it anymore.
  • Loading branch information
ricoberger committed Jan 15, 2024
1 parent 211b8c8 commit 4849146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
push: true
context: .
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8
tags: ricoberger/vault-secrets-operator:${{ env.TAG }}

0 comments on commit 4849146

Please sign in to comment.