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: with:
context: ./ context: ./
file: ./Dockerfile file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }} push: false
platforms: linux/amd64,linux/arm64 platforms: linux/arm64
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
build-args: | build-args: |