remove amd64

This commit is contained in:
Colin Griffin
2023-06-03 23:04:46 -04:00
parent 377964da71
commit 62310b0207

View File

@@ -95,8 +95,8 @@ jobs:
with:
context: ./
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
push: false
platforms: linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |