1
0
Fork 0
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:
Lucas Severo Alves 2020-12-10 16:07:05 +01:00
parent 3289d1b9bb
commit 4661538d3c
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -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: |