mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Use only amd64 for now
This commit is contained in:
parent
3289d1b9bb
commit
4661538d3c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/all.yml
vendored
2
.github/workflows/all.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64
|
||||
tags: ${{ steps.prep.outputs.tags }}
|
||||
push: false
|
||||
labels: |
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -115,7 +115,7 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64
|
||||
tags: ${{ steps.prep.outputs.tags }}
|
||||
push: ${{ steps.prep.outputs.push_image }}
|
||||
labels: |
|
||||
|
|
Loading…
Reference in a new issue